TortoiseSVN checkout failed error svn: E120106: ra_serf: The server sent a truncated HTTP response body

前端 未结 7 978
情书的邮戳
情书的邮戳 2021-02-07 03:45

TortoiseSVN shows the error svn: E120106: ra_serf: The server sent a truncated HTTP response body during checkout operation. How to solve the problem?

7条回答
  •  一个人的身影
    2021-02-07 04:04

    Some ideas from TortoiseSVN developer:

    The data sent is too big and the server closes the connection due to reaching a limit.

    Possible steps which can help fix this issue:

    • Increase the timeout value on the server
    • set compression level to zero on the server (will make everything slower but helps with this issue)
    • make sure all proxies that are in between you and the svn server also have the timeout values increased

    enter image description here

提交回复
热议问题