GitHub for Windows设置HTTP代理

Github for windows提供了GUI和shell 版本。

其默认使用http协议,参见:https://help.github.com/articles/do-i-need-ssh-keys-to-use-github-for-windows

公司http需要设置代理才能连github服务器。但是 GUI版本中没有设置HTTP代理地方,下面提供两种方法:

1. 直接修改全局配置文件:

win7 路径:C:\Users\Administrator\.gitconfig 

打开后添加http段落:

[user]
	name = 张三
	email = AABBCC@gmail.com
[http]
	proxy = proxy.XX.com:8080

2. 命令行下面修改


选择git shell,默认进入路径为:GUI下面设置的Tools/Options/ default storage directory 选项的路径。


输入命令:

E:\GitHub> git config --global http.proxy http://proxy.XX.com:8080
然后查询http代理:

E:\GitHub> git config --get http.proxy
proxy.XX.com:8080
命令最终修改的也是gitconfig文件。




评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值