Update: I see my question has been downvoted, almost as if someone thought I was writing about how to repair a corrupted git repository. But my problem is different: I am starting with a blank slate and simply trying to git clone
a repo from Github. It seems to me this is a problem distinct from the suggested duplicate question.
If I attempt to git clone
one of my (previously fine) Github repositories, I get:
remote: Enumerating objects: 192, done.
remote: Counting objects: 100% (192/192), done.
remote: Compressing objects: 100% (150/150), done.
remote: fatal: unable to read a66dd5738f00d4549d233ca1e962781d5c81083d
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
Again, this used to work fine. What are my options?