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
相關文章
相關標籤/搜索