首页 > Windows开发 > 详细

HOWTO: 为GitHub for Windows指定代理服务器(转)

时间:2015-09-12 21:39:38      阅读:3253      评论:0      收藏:0      [点我收藏+]

 

If the command line way of configuring your proxy server doesn‘t work, you can probably just edit .gitconfig (in the root of your profile, which may hide both in C:\Documents and Settings and on some network drive) and add this:

[http]   proxy = http://username:password@proxy.at.your.org:8080

http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server

 

HOWTO: 为GitHub for Windows指定代理服务器(转)

原文:http://www.cnblogs.com/softidea/p/4803632.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!