Since a few days, one of my GitHub repository seems to be corrupted.
When trying to clone the repository with the following command line :
git clone git@github.com:MyAccount/MyRepository.git
I get the following output :
Cloning into 'MyRepository'...
remote: fatal: failed to apply delta
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
Moreover, when some people of my team can still pull the repository, while some people can't getting this error:
git pull
remote: fatal: failed to apply delta
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
Does anyone know what could have happened and/or how to fix this ?