私はgitに少し問題があります。誤ってgit commit/branch/refs /または何かを削除したようです。ですから、「git push」を使うたびに、以下のようなエラーが常に発生します:削除されたgit commitブランチまたはrefsを修正するには?
Counting objects: 62, done.
error: unable to find 917c9bbd15d005484257180c1de94a479d7a7a43
Delta compression using up to 4 threads.
Compressing objects: 100% (43/43), done.
fatal: unable to read 917c9bbd15d005484257180c1de94a479d7a7a43
fatal: early EOF
error: failed to push some refs to '[email protected]:studentreg.git'
これを修正する方法は?私は "git pull/git fsck /"を試しましたが、これまでには何も動いていません...>。
'またはsomething'それをカットするつもりはない、別のgitと比較してください。あなたが.gitフォルダの下に見つからないフォルダをレポする – manojlds
gitオブジェクトを削除したように見えます... – knittl