使用神龟git时候,
报了如下错误:
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
错误原因:是因为是由于上传的包过大 HTTP 的头出错导致的。
解决方式:设置http.postBuffer,设置为50MB就可以了
git config http.postBuffer 524288000
链接:(
点击进入)
使用神龟git时候,
报了如下错误:
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
错误原因:是因为是由于上传的包过大 HTTP 的头出错导致的。
解决方式:设置http.postBuffer,设置为50MB就可以了
git config http.postBuffer 524288000