想用的 GitHub 脚本删库了 Repository Deleted 怎么办?
使用开源代码最怕的就是作者删库了. 相信这也是为什么大家经常随手
如果你就是忘了
前几天在群里就遇到这么一个问题.
群友说这一步命令执行出错.
bash <(curl -s https://raw.githubusercontent.com/mixool/across/master/xray/xray_whatever_uuid.sh) 8.229.0.105
在
wget https://raw.githubusercontent.com/mixool/across/master/xray/xray_whatever_uuid.sh
观察一下这个
https://raw.githubusercontent.com/mixool/across/master/xray/xray_whatever_uuid.sh
其中 mixool 是作者的信息, across 是
我们去 GitHub.com/mixool 看作者还在不在. 有时候作者只是删库, 如果你还能联系上作者, 说不定可以得到帮助.
现在这个情况是作者不在了.
我们在
在右侧出现的结果中, 选择一个更新记录比较新的, 大概率会 靠谱 一些?
当然, 如果最后发现这是个错误的选择, 那么请回到这一步选择另一个
https://raw.githubusercontent.com/mixool/across/master/xray/xray_whatever_uuid.sh
好, 有这个文件. 如果我们运气不错的话, 这就是答案了. :)
点击右边的 Raw 按钮
显示在浏览器地址栏中的
https://raw.githubusercontent.com/azples/across/main/xray/xray_whatever_uuid.sh
赶紧去试试吧!
如果使用正常是最好.
如果不能用也很常见. 有时候脚本中会引用一些
评论
发表评论