$ LANG=C git rebase --continue hint: Waiting for your editor to close the file... error: cannot run vi: No such file or directory error: unable to start editor 'vi' Please supply the message using either -m or -F option. error: could not commit staged changes. $ git rebase --continue -m "done" ... $ git rebase --continue -F "done ffs" ... It should say: Please commit the staged changes using git commit -m "commit message" -- mvh/best regards Björn Lindqvist