SVN 远程主机强迫关闭了一个现有的连接

在eclipse内使用SVN时出现这样的提示Could not read status line: 远程主机强迫关闭了一个现有的连接

RA layer request failed
svn: Unable to connect to a repository at URL 'http://lenovo-la0x1087:322/svn/android/paopao'
svn: OPTIONS of 'http://lenovo-la0x1087:322/svn/android/paopao': Could not read status line: 远程主机强迫关闭了一个现有的连接。
 (http://lenovo-la0x1087:322)


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

mkdir --parents -m "初始导入。" [https://lenovo-la0x1087:322/svn/cyun/paopao/paopao]
checkout https://lenovo-la0x1087:322/svn/cyun/paopao/paopao -r HEAD --depth=immediates --force


你可能感兴趣的:(SVN 远程主机强迫关闭了一个现有的连接)