从 SVN 连接到 GitHub 时出错
Error Connecting to GitHub from SVN
我遵循了允许 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.
您应该仔细检查是否有任何代理或防火墙阻止您联系 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.
我遵循了允许 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.
您应该仔细检查是否有任何代理或防火墙阻止您联系 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.