[Solved] Git Clone Failed Error: 4069 bytes of body are still expected

clone warn: clone failed
Error Message:
4:07 PM    Clone failed
4069 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
early EOF
fetch-pack: invalid index-pack output
Show details in console

 

Solution:
Modify git’s cache
git config –global http.postBuffer 1024M
Note: The exact value is set according to the actual download package size

Read More: