【发布时间】:2015-09-15 12:12:57
【问题描述】:
注意:我看到了这个question,但它对我没有帮助。
我已经在Windows 7 PC 上安装了tortoise SVN,我的存储库在 Linux 服务器上。我使用PUTTYGEN 创建了私钥和公钥,并将公钥保存在authorized_keys 文件中,并使用PAGEANT 添加了私钥。
以前我拥有所有这些并且乌龟 SVN 工作正常,但现在当我想使用以下命令从服务器签出项目时出现一些错误:
svn+ssh://user@x.x.x.x/...
错误:
Unable to connect to a repository at URL 'svn+ssh://user@x.x.x.x'
To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
Network connection closed unexpectedly
现在在我的 /home/svnuser/.ssh 我有两个文件:
authorized_keys 和 db_rsa.
我在authorized_keys文件中粘贴了公钥,但不知道应该在db_rsa中复制什么
【问题讨论】:
标签: svn tortoisesvn