git clone时出现error: RPC failed; curl 18 transfer closed with outstanding read data remaining
·
网上已经提供了一个方法,那就是修改http.postBuffer的值,
参考 : http://blog.csdn.net/ijibu/article/details/10830853
执行Git 命令: git config http.postBuffer 524288000
将 http.postBuffer 值提高到超过本地工程大小。
然后我的还是出错,
最后尝试在项目中 .git 文件夹下的 config文件进行修改。
保存,从新执行pull或者clone、push 命令。不再出错
更多推荐
已为社区贡献2条内容
所有评论(0)