无法使用SmartSVN SSH进入我的存储库

时间:2015-07-14 07:46:39

标签: svn ssh smartsvn

我使用的是Windows 8,刚刚从SmartSVN 7.6升级到8.6,已经在Windows 7和8上成功使用了7.6版本。我也能成功使用PuTTY链接到我的回购...直到我将SamrtSVN升级到8.6。从那时起我就不能再这样做了。无论我尝试哪种方式,无论是PuTTY还是通过SmartSVN,我总是收到错误消息,说该程序无法连接到回购。

以下是SmartSVN log.txt的摘录:

241304 (2015-07-12 12:18:02,762) [QThreadPoolThread-0 (smartsvn.asa)] ERROR smartsvn.server - There was a problem while connecting to xxx.xxx.xxx.xxx:22
java.io.IOException: There was a problem while connecting to xxx.xxx.xxx.xxx:22
at com.trilead.ssh2.Connection.connect(Connection.jav a:817)
at com.trilead.ssh2.Connection.connect(Connection.jav a:686)
at com.syntevo.smartsvn.repository.ssh.i.a(SourceFile :257)
at com.syntevo.smartsvn.repository.ssh.i.a(SourceFile :77)
at com.syntevo.smartsvn.repository.ssh.d.a(SourceFile :146)
at smartsvn.asa.a(SourceFile:24
at smartsvn.vy.run(SourceFile:24)
at smartsvn.vD.run(SourceFile:67)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at com.trilead.ssh2.transport.ClientServerHello.readL ineRN(ClientServerHello.java:31)
at com.trilead.ssh2.transport.ClientServerHello.<init >(ClientServerHello.java:6
at com.trilead.ssh2.transport.TransportManager.initia lize(TransportManager.java:466)
at com.trilead.ssh2.Connection.connect(Connection.jav a:757)
... 7 more
241634 (2015-07-12 12:18:03,092) [QThreadPoolThread-3 (smartsvn.vx)] WARN com.syntevo.svn.remote.SuHlSvnRemoteStatusScanner - Remote status scanner failed for svn+ssh://xxx.xxx.xxx.xxx/var/svn/xxx
241635 (2015-07-12 12:18:03,093) [QThreadPoolThread-3 (smartsvn.vx)] ERROR smartsvn.remote-state.refresh - Can't create session
svn: Unable to connect to a repository at URL 'svn+ssh://xxx.xxx.xxx.xxx/var/svn/xxxt/trunk'
Network connection closed unexpectedly
svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. 

我已经一次又一次地卸载并重新安装,现在正在运行SmartSVN便携版9,但我做的一切似乎都没有用。我甚至尝试重新安装7.6,但现在即使这样也无法连接,也没有任何其他方法可以通过其他方式进行SSH连接。

我可以使用SmartSVN&amp; amp;使用9的便携版本在我的笔记本电脑上运行PuTTY(运行Windows 10的预览版本),但我在PC上做的任何事情似乎都没有帮助。

我完全不知道如何解决这个问题,甚至无法恢复原来的原始7.6状态。有人可以帮忙吗?

0 个答案:

没有答案