I'm trying to clone a remote Git repo.
I've done it before without any issues, but on this project, I get the error
fatal: pack has bad object at offset 289293315: inflate returned -5
fatal: index-pack failed
How can I find which file is causing the error? I tried git show :289293315
But it's apparently not an index :
fatal: Path '289293315' does not exist (neither on disk nor in the index).