Bitbucket cannot clone repository "fatal: early EOF fatal: index-pack failed" Bitbucket cannot clone repository "fatal: early EOF fatal: index-pack failed" git git

Bitbucket cannot clone repository "fatal: early EOF fatal: index-pack failed"


I fix this issue running: "git fetch origin"


I solved it by using following command in linux.

git fetch origingit pull origin master


Run git config --global core.compression 9 before git clone git@bitbucket.org:******/*******.git