“Network connection closed unexpectedly” upon svn checkout

后端 未结 15 2292
情话喂你
情话喂你 2021-01-17 17:51

When I attempt to checkout:

svn checkout svn+ssh://serveradmin%foo@foo.com/home/87292/data/svn/repository/trunk .

I get this (unhelpful) er

15条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 18:35

    I also had this problem after I have set up ssh on my linux server. The problem for me was that I have created the key with puttyGen. The public key file first had to be converted with puttyGen from .ppk file format. After that everything worked like a charm.

提交回复
热议问题