У меня есть доступ на чтение / запись к git-репо, но когда я пытаюсь выполнить git clone, я получаю следующую ошибку:
x@ubuntu:~/temp$ git clone git@github.com:Corp/app.git
Initialized empty Git repository in /home/x/temp/app/.git/
remote: error: Could not read 987324d3bf2dfbbfaf538978aa71521f20567a8
remote: fatal: Failed to traverse parents of commit 09637dac56d440b0e079b0504dbeef3c78815379
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
x@ubuntu:~/temp$
В чем может быть проблема?Как подтвердить, что удаленное репо действительно повреждено?