我正在尝试使用以下命令在我的计算机上检出存储库:
svn co svn+ssh://name@ipaddress/usr/local/svn/repos/testing
我收到一条错误信息:
Unable to connect to a repository at URL 'svn+ssh://name@ipaddress/usr/local/svn/repos/testing'
svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: E210002: Network connection closed unexpectedly
事实是,ssh 正在工作,我可以在机器上使用 SSH。我还可以在登录服务器机器时使用相同的命令签出存储库。
有人知道哪里出了问题吗?我是否需要先登录 SSH,然后尝试检查它?如果是这样,我该如何检查我正在使用的机器的桌面?
我是 Linux 菜鸟,希望得到帮助