First I merge sth, then conflicts occurs, so I git merge --abort, but failed, I have to do git status first, then git merge --abort su
git merge --abort
git status
In my case, git status didn't help, but after committing local changes it was then willing to abort.
My git version: v2.25.0.windows.1