git clone error:RPC failed; curl 18 transfer closed with outstanding read data remaining

原因:目标仓库文件目录太大,curl的postBuffer默认值太小, 方案一:设置缓冲区大小 git config --global http.postBuffer 524288000  #(单位B:约500M) 方案二:设置深度为1 --depth 1 git clone http://192.168.290.10/CI_AT/Mock_InterfaceTesting.git --depth
相关文章
相关标签/搜索