I'm trying to push to my remote on GitHub. Every time, however, I try to do git push
, git responds with:
remote: Permission to wojciechsura/easysass.git denied to <user name>.
fatal: unable to access 'https://github.com/wojciechsura/easysass.git/': The requested URL returned error: 403
I'm using that in another repo, but I don't want to use it on this one. I have no clue, where that other username is cached.
How to force git ask me for credentials?