git clone 很慢提速方法

挂代理

1 git config --global http.proxy 'socks5://127.0.0.1:1080'
2 
3 git config --global https.proxy 'socks5://127.0.0.1:1080'

原文地址:https://www.cnblogs.com/chengjue924/p/9303870.html