git 代理设置

git 代理设置:

git config --global http.proxy http://proxy.com:8080
git config --global https.proxy http://proxy.com:8080
git config --global http.sslverify false

 

 

posted on 2014-04-03 09:00  木龙哥  阅读(194)  评论(0编辑  收藏  举报

导航