利用git下载文件时报错:error: RPC failed; curl 18 transfer closed with outstanding read data remain1、缓存区溢出curl的postBuffer的默认值大小,须要增加
利用命令:git config --global http.postBuffer 524288000
524288000B也就500M旁边

有时增加到500M还弗成,直接加到2Ggit config --global http.postBuffer 2097152000利用命令:git config --list 查看修正后的状态。2、修正下载速率git config --global http.lowSpeedLimit 0git config --global http.lowSpeedTime 999999