码迷,mamicode.com
首页 > 其他好文 > 详细

Github代理设置

时间:2016-08-15 20:48:22      阅读:487      评论:0      收藏:0      [点我收藏+]

标签:

启用代理

git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080

git config --global https.proxy https://proxyuser:proxypwd@proxy.server.com:8080

git config --global http.sslVerify false

禁用代理

git config --global --unset http.proxy

git config --global --unset https.proxy

检查当前代理

git config --global --get http.proxy

git config --global --get https.proxy

以上教程参考

https://gist.github.com/laispace/666dd7b27e9116faece6
http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server
http://my.oschina.net/tearlight/blog/193913

 

Github代理设置

标签:

原文地址:http://www.cnblogs.com/lewh/p/5774203.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!