How can I change my github account?
When I type git push
on the terminal, I receive this message:
remote: Permission to myAccount/myProject.git denied to mySecondAccount. fatal: unable to access 'https://github.com/myAccount/myProject.git/': The requested URL returned error: 403
I already used git config --global user.name
and git config --global user.email
.
But there is no effect.