문제

I am using IntelliJ and it comes with SVN support by default. In IntelliJ I am using host lets say: svn+ssh://hostname.com and I can checkout files from this place with no problems. IntelliJ asks for a private key which I provide, then my username and my password and it all works fine..

Now when I use PuTTY I provide the same host name ( svn+ssh://hostname.com ) and I provide the same private key in Connection\SSH\Auth part of the software. Then I click "Open" but all I get is:

enter image description here

What can it be that I am doing wrong in a such simple process?

도움이 되었습니까?

해결책

Two suggestions:

First, try just connecting to "hostname.com" - remove the ssh:// etc.

If that fails, try using the IP address for your host rather than the name.

다른 팁

I got the same issue (but Windows 10), the solution was simply to run the following command in cmd :

ipconfig /flushdns

Just this.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top