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

git cmd set

时间:2015-10-12 12:22:37      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

 

set http_proxy=http://proxy.yourname.com:8080
set http_proxy_user=
set http_proxy_pass=

git config --global http.proxy http://10.167.196.133:8080
git config –global http.proxy http://user:password@http://10.10.10.10:8080


git config --system (或 --global 或 --local) --unset http.proxy

 

git cmd set

标签:

原文地址:http://www.cnblogs.com/yaoweilei/p/4870985.html

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