svn :现有连接被远程主机强制关闭
任何人都可以帮我解决这个问题吗?
当我尝试在 linux 中访问 apache subversion 时遇到这个问题
“现有连接被远程主机强制关闭”,我无法通过谷歌搜索解决方案可以帮助我解决这个问题,
提前致谢。
can any help me solving this problem?
I'm getting this problem when i am trying to access apache subversion in linux
"an existing connection was forcibly closed by the remote host ",i'm not able to google the solution can any help me out from this problem
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 SVN 也有同样的问题,它与 Linux 可以使用的文件限制有关,尝试运行:
我的解决方案是使用 -n 开关增加每个进程的“打开文件”。
祝你好运。
I have the same problem with SVN and it was related to the file limit that Linux can use, try to run:
The solution for me was to increase the 'open files' per process using the -n switch.
Good luck.