I'm using someone else's computer, and I cloned my own repository to this computer, and started working on it.
But when I was trying to push it:
$ git push origin master
it says:
remote: Permission to MyNewAccount/Project.git denied to SomeOneElsesAccount.
fatal: unable to access 'https://github.com/MyNewAccount/Project/': The
requested URL returned error: 403
So basically I just need to change the default user name and user passport, which is now still the other guy's, right? But I don't know how to do it.