从SVN连接到GitHub时出错

时间:2018-06-26 13:10:58

标签: github svn version-control

我遵循了允许SVN用户从GitHub Support for SVN clients检出存储库的教程,但在连接GitHub上没有成功。仍然支持此方法吗?如果是这样,我在做什么错了?

我运行的命令是:

C:\dev\git>svn co https://github.com/kenster10/hello-world.git

我得到的错误是:

svn: E170013: Unable to connect to a repository at URL 'https://github.com/kenster10/hello-world.git'
svn: E730061: Error running context: No connection could be made because the target machine actively refused it.

1 个答案:

答案 0 :(得分:0)

您应仔细检查是否存在阻止您与GitHub联系的代理或防火墙。

同一命令对我来说没有问题:

C:\Users\Pavel.Lyalyakin>svn co https://github.com/kenster10/hello-world.git
A    hello-world.git\branches
A    hello-world.git\branches\readme-edits
A    hello-world.git\branches\readme-edits\README.md
A    hello-world.git\trunk
A    hello-world.git\trunk\README.md
Checked out revision 4.