找到github的链接,在前面加上一个前缀。
格式:
https://ghproxy.net/+ 原链接
例子:(镜像1)
https://ghproxy.net/https://github.com/JordiCorbilla/stock-prediction-deep-neural-learning/archive/refs/heads/master.zip
对应的项目链接:
https://github.com/JordiCorbilla/stock-prediction-deep-neural-learning.git
可以直接在浏览器打开该链接,或者直接在前面加个“git clone”(这个方法适用于终端)
在终端输入的方法:(这里使用了国内镜像)
git clone https://gitclone.com/github.com/JordiCorbilla/stock-prediction-deep-neural-learning.git上面这个命令的运行原理:
gitclone.com是国内专门做 GitHub 加速的镜像站