In my case the issue was that I had another console window open and was running the application (based on create-react-app, with hot reloading) in that window.
Killing the process and closing the other window, then aborting the rebase and retrying worked for me.