I have a branch that I have been working on for a long time, it has around ~1 month of features inside of it. Earlier today when I tried to commit my latest changes I instantly get the error: "Failed to save commit".
This means that my branch is stuck. I tried to merge it into master, but I am not able to as it prompts me to commit my latest changes, and then I get the same error "Failed to save commit".
Has anyone else experienced something similar? I don't understand why it should not be possible to add an additional commit.
Note: Recently when I updated Flutterflow I started receiving a notification that my branch was stale (older than 7 days). This started appearing around a week ago. I only had a few days work left on the branch, so there was not much I could do about it at this point. Understanding Git this should not impact the performance of a commit or merge, since I have at most changed a few thousand lines of code under the hood. I hope that this is unrelated from my issue.