当前位置:   article > 正文

github 代理加速或 CDN 加速

github 代理加速或 CDN 加速
  1. # 设置代理
  2. git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
  3. # 取消代理
  4. git config --global --unset http.https://github.com.proxy
  5. 如果没有代理也不要急,有专门的cdn加速:
  6. git config --global url."https://github.com.cnpmjs.org".insteadOf "https://github.com"
  7. git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.com"
  8. git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/418892?site
推荐阅读
相关标签
  

闽ICP备14008679号