当前位置:首页 > 尘凡 > 正文内容

github 代理加速或 CDN 加速

满纸空言4年前 (2021-07-21)尘凡29270

下面的命令只针对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 加速

https://gh.2i.gs/

https://ghproxy.com/

https://mirror.ghproxy.com/

手动下载,直接访问上边网站,填入地址下载即可

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/ (推荐使用这个,比较稳定)

https://goproxy.io/

https://proxy.golang.org/

 

 

部分摘自:https://www.cnblogs.com/thepoy/p/14848080.html

扫描二维码推送至手机访问。

版权声明:本文由满纸空言发布,如需转载请注明出处。

本文链接:https://mzky.cc/post/42.html

标签: proxy
分享给朋友:

“github 代理加速或 CDN 加速” 的相关文章

njmon参数4年前 (2021-04-21)
setfacl命令4年前 (2021-04-21)
go语言优秀的框架4年前 (2021-07-19)
uos编译njmon4年前 (2021-07-21)

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。