Changing Github Account for Project
I have multiple github accounts configured. I opened an older project that should be using account A, but it prompted me which account to use and I accidentally clicked account B and said to make it default for the project. Clearly this didn't work, and now I can't find a way to change it to account A. Can someone point me to the right place to make this change?
请先登录再写评论。
Hi, you can add/remove/change default accounts in [Preferences | Version Control | GitHub].
Is this what you're looking for?
No - I have both accounts in there. The problem is that for this specific repo/project, it saved the wrong account as the github account, and I don't know how to change the account saved with this project.
Same problem. Any solution here?
I'm having the same problem. Did you ever find a solution?
I have the same problem but on Intelij IDEA whenever I push/commit something on GitHub I get account A (the wrong account) and not account B (the correct account) I even unliked JetBrains from Account A
Same problem. Any solution yet?
Hi Ksushant881, do you mean the originally reported issue or the last comment before yours?
The GitHub account you log into the IDE with does not affect how your commits are signed. For commits, your Git username and email must be configured locally on your computer using the
git configcommand. More information on how it works and how to configure these credentials can be found here: