I'm trying to upload my work in my github repository. The computer I'm using is shared, another student was using it with his github account, so now here is mu problem:
when I try to push to my repo this message appears:
$ git push https://github.com/Ruex97/Sprint-1-Tasca-3.git
remote: Permission to Ruex97/Sprint-1-Tasca-3.git denied to his_username.
fatal: unable to access 'https://github.com/Ruex97/Sprint-1-Tasca-3.git/': The requested URL returned error: 403
I guess if i change it to my username in git problem should be solved, but i updated user and email and still have the error. Any help?