I worked a contract gig recently with a temporary email address and username for git repos. It's over now and the temp username seems to be messing up my old personal repositories in git.
When I try to push origin master
I get:
remote: Permission to <my-repo>.git denied to <wrong-username>.
If I look in git config --list
I get the proper username and email - I can't seem to find the location of [wrong-username] and I can't get rid of it. How do I connect back to my remote repository and get rid of this old username that I won't be using in the future?