数日前から、私の GitHub リポジトリの 1 つが破損しているようです。
次のコマンド ラインでリポジトリのクローンを作成しようとすると、次のようになります。
git clone git@github.com:MyAccount/MyRepository.git
次の出力が得られます。
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
さらに、私のチームの一部の人々はまだリポジトリをプルできますが、一部の人々はこのエラーを取得できません:
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
何が起こったのか、および/またはこれを修正する方法を知っている人はいますか?