fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

Posted . Visible to the public.
$ git fetch origin
remote: Counting objects: 201, done.
remote: Compressing objects: 100% (178/178), done.
fatal: The remote end hung up unexpectedlyKiB | 10.00 KiB/s
fatal: early EOF
fatal: index-pack failed

To resolve, do

$ git config --global core.compression 0
kiatng
Posted by kiatng to Git (2018-09-06 09:44)