在windows上用git clone 命令克隆一个仓库,速度非常的慢,但是浏览器访问github的速度确挺正常的,我也用了翻墙软件(SSR).
git设置一下全局代理可以解决这个问题: git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080
注意查看自己的端口是不是1080,可以打开ssr查看.
</div>