..
github clone 加速
http proxy
git config --global http.https://github.com.proxy http://your.proxy.org
socks 代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
从上面的设置来看,给其他的 git 仓库设置代理也是同样的道理。