现在的位置: 首页 > 综合 > 正文

svn代理导致的提交失败 googlecode Unable to connect to a repository

2013年10月02日 ⁄ 综合 ⁄ 共 668字 ⁄ 字号 评论关闭
RA layer request failed svn: Commit failed (details follow): 
svn: Unable to connect to a repository at URL 'https://.....googlecode.com/svn/。。 '
svn: OPTIONS of 'https:/......googlecode.com/svn/... ':
 could not connect to server (https://....googlecode.com)

svn客户端 (亲测)

解决办法:

svn -- setting -- network 然后填上代理地址就可以啦。。。。

-----------------------------------------------------------------------------------------------------------

svn插件:(未亲测,但是网上据说可行)

解决办法

找到C:\Users\。。。。\AppData\Roaming\Subversion\servers

[global]  
# http-proxy-exceptions = *.exception.com, www.internal-site.org  
#http-proxy-host = 127.0.0.1  
#http-proxy-port = 8087  
# http-proxy-username = defaultusername  
# http-proxy-password = defaultpassword  
# http-compression = no

抱歉!评论已关闭.