1. RPC failed; result=18, HTTP code = 200
简主在clone一个比较大的项目的时候,git 会报错,如下
git报错查了下,是因为curl的postBuffer 默认值较小的原因,设置一下就可以了。
git config --global http.postBuffer 524288000
简主在clone一个比较大的项目的时候,git 会报错,如下
git报错查了下,是因为curl的postBuffer 默认值较小的原因,设置一下就可以了。
git config --global http.postBuffer 524288000
本文标题:git报错合集
本文链接:https://www.haomeiwen.com/subject/fzqkpttx.html
网友评论