I was using another user.name
and user.email
, and I changed my user.name
and user.email
for this current repo. Now, I cannot push to the repo. I am etting the following message:
$ git push
remote: Permission to rrick3456/JS-Koans.git denied to rperro.
fatal: unable to access 'https://github.com/rrick3456/JS-Koans.git/': The requested URL returned error: 403
$
I did a git config --list
to make sure the username and email were correct.