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'

 

前

 

后

 

妥

posted @ 2018-07-13 11:07  chengjue  阅读(2690)  评论(1)    收藏  举报