I have old git credentials that my Windows system keeps trying to use. I deleted them from Windows Credentials Manager (and in fact, I deleted ALL git-related credentials). I also deleted them from my global.gitconfig file.
However when I try and push a commit, it still tells me that the OLD credentials don't work (as they shouldn't).
What else do I need to do to get rid of these old credentials so I can finally push code with the appropriate credentials? Every single SO answer I find just says look in Windows Credentials or the .gitconfig file but neither of those are working for me.