Had a bug last week and somehow my comitter last name got changed from "Menzner" to "Menzer" and it won't let me push anymore. I've tried every combination of commands to try to reset it, but nothing works. Yes, I've already tried git config --global user.name etc etc as well as some amend commands, but this error still shows. When I run git config --list, I can even see that my name and email have correctly updated to "Menzner" yet I still get this error when I push. Any advice? This is a weird one.
(Like I said I've already tried most git config commands)