码迷,mamicode.com
首页 > 其他好文 > 详细

github 代理加速或 CDN 加速

时间:2021-06-04 19:15:18      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:https   instead   cdn加速   url   使用   lang   config   取消   org   

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

如果没有代理也不要急,有专门的cdn加速:

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/"

cdn 加速二选一使用。

但因为没有官方 CDN,上面两个都是用爱发电,没准哪天就挂了。

github 代理加速或 CDN 加速

标签:https   instead   cdn加速   url   使用   lang   config   取消   org   

原文地址:https://www.cnblogs.com/thepoy/p/14848080.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!