我刚刚在我的功能分支上遇到了最糟糕的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
答案 0 :(得分:0)
显然,某些进程必须阻止访问,但重新启动我的笔记本电脑,并再次运行git am --abort解决了这个问题。