github 代理加速或 CDN 加速
下面的命令只针对github.com
,在国内还可能会用到gitee.com
,所以不能将所有的 git 站点都添加上代理。
# 设置代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
# 取消代理
git config --global --unset http.https://github.com.proxy
GitHub 加速
手动下载,直接访问上边网站,填入地址下载即可
git的github代理:
加速方式:
git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.com"
映射方式:
git config --global url."https://hub.fastgit.org/".insteadOf "https://github.com/"
本人推荐第二种映射方式,第一种不支持push,第二种支持全功能
直接通过web访问https://hub.fastgit.org也可以
Golang代理
打开网址可以看到用法
https://goproxy.cn/ (推荐使用这个,比较稳定)