git无法推送/克隆回购

时间:2015-03-23 04:52:17

标签: git tortoisegit

我无法推动我的本地修订。

git.exe push --all --progress  "origin"

Counting objects: 80, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (54/54), done.
Writing objects: 100% (55/55), 991.27 KiB | 0 bytes/s, done.
Total 55 (delta 30), reused 0 (delta 0)
remote: fatal: unresolved deltas left after unpacking
error: unpack failed: unpack-objects abnormal exit
To H:/BARE_GIT/stm32.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'H:/BARE_GIT/stm32.git'


git did not exit cleanly (exit code 1) (655 ms @ 23.03.2015 8:43:41)

另外,我无法克隆新副本:

git.exe clone --progress -v "H:/BARE_GIT/stm32.git" "C:\stm32"

Cloning into 'C:\stm32'...
done.
**error: Could not read a2d1ce9ba8957ae0e21b3b7186e5426ebdb34107**

Success (2121 ms @ 23.03.2015 8:48:19)

0 个答案:

没有答案