git clone: error: RPC failed; result=18, HTTP code = 200 解决办法

因为自己的git库上面放了一些数据,所以整个库较大.google了一下,发现是curl的postBuffer 默认值较小的原因,配置下个这个值,就不会出现该错误了.
http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s

git config –global http.postBuffer 524288000

github 拉取仓库时不要开代理 切记!!!

    原文作者:Dayon
    原文地址: https://www.jianshu.com/p/93b7e06f40e1
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞