svn: E175013: 无法连接到 URL 处的存储库

svn: E175013: 无法连接到 URL 处的存储库

我正在尝试从 googlecode.com/svn 获取 xbt-tracker,但由于某种原因,我得到以下信息:

svn co http://xbt.googlecode.com/svn/trunk/xbt/misc xbt/misc
svn: E175013: Unable to connect to a repository at URL 'http://xbt.googlecode.com/svn/trunk/xbt/misc'
svn: E175013: Access to 'http://xbt.googlecode.com/svn/trunk/xbt/misc' forbidden

答案1

如果您通过 IPv6 访问,就会发生这种情况。

您可以通过 sysctl -w net.ipv6.conf.all.disable_ipv6=1 暂时禁用它

相关内容