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

前端 未结 7 1085
情书的邮戳
情书的邮戳 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:03

    Set following key-value in the SVN configuration file. That's it.

    DeflateCompressionLevel 5
    

    1 is the lowest value. 9 is the maximum value.

提交回复
热议问题