Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
git无法推送/克隆repo_Git_Tortoisegit - Fatal编程技术网

git无法推送/克隆repo

git无法推送/克隆repo,git,tortoisegit,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), reuse

我不能推动我的本地修订

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)

也许你没有写访问权限我认为这是权限的问题,你应该推到master还是其他分支?