error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
error: 1523 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
最开始像图上一样,我很自闭直接看别人怎么办的
说是文件过大,跟着改了个1500M
git config --global https.postBuffer 1572864000
还是不够,太惨了,改了个2000M终于👌👌了
git config --global https.postBuffer 2097152000