Change github account

Hi everyone,

I have two github accounts, a personal one and a new one I created with my email from work. I'm trying to connect RStudio with my new github account but with no success.
I've been following https://happygitwithr.com/ but I'm doing something wrong.

I have already changed my user.email and user.name in git bash to the email associated with my new GitHub account. When I try to push I get the following error:

remote: Permission to {new_github_account}/{project}.git denied to {old github user name}.
fatal: unable to access 'https://github.com/{new_github_account}/{project}.git/': The requested URL returned error: 403

I've also created ssh and added to my new github account but I still get the error message.

What else do I need to do?

Can you connect to the new repo from the command line with your new credentials? I'd take that as a first step and if it works come back for RStudio. If not, change your password on the website

I can clone the rope from github but I cannot make changes and push back to github. I alwasy get the error I mentioned. I don't understand why my old github user name is still hanging in there.

Found the solution here: https://superuser.com/questions/1064197/how-to-switch-git-user-at-terminal

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.