I am trying to upload my repository to github and go through all the steps to:
git push -u origin master
at this moment it gives me the following error:
remote: permission for samrao2 / manager-4.git denied to samrao1.
Fatal: Cannot access https://github.com/samrao2/manager-4.git/ : The requested URL returned an error: 403
I think the problem is that I logged in to another Git account before "samrao1", and now I'm trying to click on "samrao2".
Can someone help me reset this to where I can successfully click on "samrao2". I assume that I will be asked to enter my password the first time I try to do this.
source
share