git - git clone大文件报错fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
访问量: 1
refer to:
git clone https://github.com/xxx-xtm/backend_management_system.git
Cloning into 'backend_management_system'...
Username for 'https://github.com': xxxx
Password for 'https://xxxxx@github.com':
remote: Enumerating objects: 629, done.
remote: Counting objects: 100% (206/206), done.
remote: Compressing objects: 100% (126/126), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 2058 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
root@cloud-spunxy-gjfm:/opt/app# git config --global http.postBuffer 524288000