git clone速度慢解决办法

Posted 弗朗西斯科

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone速度慢解决办法相关的知识,希望对你有一定的参考价值。

如果你的ss代理端口是1080,像下面这样设置

git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
git config --global https.https://github.com.proxy socks5://127.0.0.1:1080

只针对github加速,不针对coding等国内git

以上是关于git clone速度慢解决办法的主要内容,如果未能解决你的问题,请参考以下文章