git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase --continue error message is misleading
@ 2024-12-09 13:02 Björn Lindqvist
  2024-12-13 14:38 ` Phillip Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Björn Lindqvist @ 2024-12-09 13:02 UTC (permalink / raw)
  To: git

$ 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-10 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 13:02 git rebase --continue error message is misleading Björn Lindqvist
2024-12-13 14:38 ` Phillip Wood
2025-02-10 10:19   ` Björn Lindqvist
2025-02-10 16:59     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).