Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git ディレクトリが壊れていますが、リモートは問題ありません。ローカルの .git をリモートで上書きできますか?
次を使用して、ローカル コピーの修復を試みることができます。
git fsck
それでも解決しない場合は、別のクローンを入手してください。
cd <outside_of_git_repo> git clone <your_remote_git_url>