You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you make a git repository at /foo and then make a worktree at /bar then run autorebase in /bar it fails with a message like this:
• Creating worktree...
Error: process exited with exit code exit code: 128
Command: ["git", "worktree", "add", "--detach", "/bar/.git/autorebase/autorebase_worktree"]
Stdout: Preparing worktree (detached HEAD 7866eaea0a)
Stderr: fatal: could not create leading directories of '/bar/.git/autorebase/autorebase_worktree/.git': Not a directory
The text was updated successfully, but these errors were encountered:
- Success!
• Rebasing heads/origin ...
Error: process exited with exit code exit status: 128
Command: ["git", "switch", "heads/origin"]
Stdout:
Stderr: fatal: a branch is expected, got 'refs/heads/origin'
hint: If you want to detach HEAD at the commit, try again with the --detach option.
If you make a git repository at
/foo
and then make a worktree at/bar
then runautorebase
in/bar
it fails with a message like this:The text was updated successfully, but these errors were encountered: