github远程克隆报错:
error: 3509 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
原因:
远程仓库的文件过大,需要设置本地仓库大小
解决方案:
git config http.sslVerify "false"
git config --global http.postBuffer 524288000