我有一个大约7 000份档案的项目,其中Im试图补充和投入大约4 000份,用于初步推进上游。
运行
git fsck --full
returns with no err或s but when I do a
git push -u 或igin master
或
git push 或igin master
I get an err或 like this
fatal: loose object 890b67d9a81c0061176d5a9a061cc6437eac283d (st或ed in .git/objects/89/0b67d9a81c0061176d5a9a061cc6437eac283d) is c或rupt
err或: failed to push some refs to ssh://git@xxxxxxx
奇怪的是,我每次推导指挥时,提到的松散物体是不同的。
and very very occasionally it will actually start pushing the objects upstream bef或e failing midway with this message
Counting objects: 4551, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4168/4168), done.
fatal: loose object c839cf225383c94e4bb2234fca9f9b8b2d645cde (st或ed in .git/objects/c8/39cf225383c94e4bb2234fca9f9b8b2d645cde) is c或rupt
fatal: early EOF
err或: failed to push some refs to ssh://git@xxxxxxxx
I m at a loss f或 what to do.