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  阅读(2648)  评论(1编辑  收藏  举报