2024年11月eclipse使用SVN:远程主机强迫关闭了一个现有的连接解决方法

 更新时间:2024-11-17

  ⑴最近的用户反馈在eclipse内使用SVN时出现了一个错误提示,提示内容为:Could not read status line: 远程主机强迫关闭了一个现有的连接。

  ⑵RA layer request failed

  ⑶svn: Unable to connect to a repository at URL ''

  ⑷svn: OPTIONS of '': Could not read status line: 远程主机强迫关闭了一个现有的连接。

  ⑸后来终于发现要把http改成https,顺利解决

  ⑹mkdir --parents -m "初始导入。"

  ⑺checkout -r HEAD --depth=immediates --force

  ⑻在副本上右击tortoiseSVN——>settings——>saved Data——>clear;

  ⑼点击clear就ok了

  ⑽最近再重启了一下serverSVN,就OK了。

您可能感兴趣的文章:

相关文章