美文网首页留着看
git报错:RPC failed; curl 18 trans

git报错:RPC failed; curl 18 trans

作者: 小曼blog | 来源:发表于2017-03-10 18:13 被阅读1839次

具体报错
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 18 transfer closed with outstanding read data remaining

解决方法
Git config --global http.postBuffer 524288000

需要注意的是http.postBuffer 后,单位是b,524288000B也就500M左右

相关文章

网友评论

    本文标题: git报错:RPC failed; curl 18 trans

    本文链接:https://www.haomeiwen.com/subject/xudogttx.html