SVN和Git的代理proxy设置

时间:2015-03-17 14:19:03   收藏:0   阅读:104

Git:

export http_proxy=http://yourproxyaddress:proxyport

SVN:

终端直接输入: sudo gedit ~/.subversion/servers

在打开的文本编辑器中找到  [global] 
修改
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
# http-compression = no

修改成需要代理里IP 端口  用户名 密码


评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!