git设置代理

git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global http.proxy socks5://127.0.0.1:1080 
git config --global https.proxy socks5://127.0.0.1:1080

 

posted @ 2016-06-20 09:29  自由出土文物  阅读(127)  评论(0编辑  收藏  举报