我刚刚在我的feature分支上有了最糟糕的master rebase体验,现在在它的末尾,我似乎无法删除这个目录,我被卡在了AM/REBASE中。我不能--继续,我--中止,或者只是--中止来完成或反转rebase。为什么会发生这种情况?你是如何修复它的呢?
mtpultz@myPC /c/htdocs/myproj(unify_theme|AM/REBASE)
$ git rebase --continue
Stray c:/htdocs/myproj/.git/rebase-apply directory found.
Use "git am --abort" to remove it.
mtpultz@myPC /c/htdocs/myproj (unify_theme|AM/REBASE)
$ git am --abort
rm: cannot remove directory `c:/htdocs/myproj/.git/rebase-apply': Permission denied发布于 2015-04-17 04:27:45
显然,一定是某个进程阻止了访问,但是重新启动我的笔记本电脑,并再次运行git am --abort解决了这个问题。
https://stackoverflow.com/questions/29684687
复制相似问题