Using msysgit 1.7.0.2, when doing git rebase -i
, it hangs and there's no message.
After enter ctrl+c, I can see
'unlink of file failed, should I try again (y/n)?'
Then I tried git rebase --abort
but got same error message. So now it's stuck in the middle of rebase process. This error seems to be caused by read-only file.
Is there any way to resolve this issue?