Unable to rebase

Problem description:
I am unable to do “git rebase -i HEAD~n” where “n” is the number. After I make the changes, an error pops-up on the main git page saying that it must be a bug within the app.

The error:
“We ran into an unknown error that we don’t have a description for. This is probably a bug with the app.”

Expected behavior:
Allow me to rebase and commit my changes.

Actual behavior:
Following error: “We ran into an unknown error that we don’t have a description for. This is probably a bug with the app.”

Steps to reproduce:
git rebase -i HEAD~2

Browser/OS/Device:
Browser

What web browser are you using? Replit bugs will often only occur with certain environments.

Have you tried using the new Git Pane to rebase / resolve conflicts?

1 Like

Google Chrome on Mac.

1 Like

I am currently using Git Pane, and there are no conflicts.

Can you please provide a screen recording with https://loom.com so we can investigate?

I ended up using git locally cause I had to make the changes. Sorry :frowning:

1 Like