Interestingly, I just tried the same on a personal laptop with a fully up-to-date version of git, and I get a more descriptive error: $ git rebase --continue error: invalid onto: ‘bdb3861a5176d64862366d702dd5abd396b18ab4' Not sure what the cause is for the difference in error messages, we appear to be using the same version, but the issue appears to still be present in the most recent release of git regardless. [System Info] git version: git version 2.40.1 cpu: arm64 no commit associated with this build sizeof-long: 8 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon uname: Darwin 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64 compiler info: clang: 14.0.3 (clang-1403.0.22.14.1) libc info: no libc information available $SHELL (typically, interactive shell): /bin/zsh [Enabled Hooks] > On May 10, 2023, at 2:35 PM, Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> wrote: > > On Wed, May 10, 2023, at 22:08, Christopher Fretz wrote: >> Thank you for filling out a Git bug report! > > I get a more generic error: > > $ git rebase --continue > fatal: No rebase in progress? > > [System Info] > git version: > git version 2.40.1 > cpu: x86_64 > no commit associated with this build > sizeof-long: 8 > sizeof-size_t: 8 > shell-path: /bin/sh > uname: Linux 5.4.0-148-generic #165~18.04.1-Ubuntu SMP Thu Apr 20 01:14:06 UTC 2023 x86_64 > compiler info: gnuc: 7.5 > libc info: glibc: 2.27 > $SHELL (typically, interactive shell): /bin/bash > > > [Enabled Hooks] > > -- > Kristoffer Haugsbakk