I am using VS Code on Linux mint. I was pushing to a git repo a few weeks ago and since the repo was private, github asked for authentication as it would. A browser window opened and asked if I want to keep this account for VS Code for all future git pushes, so I did that. Now I need to remove my this account from my VS Code. Now every time I try to push something via the VS terminal, it tries to push using that account. I need to remove that account and possibly add another one. I can not find this anywhere in the settings.
Asked
Active
Viewed 6,702 times
2
-
If you are using Ubuntu try this answer. https://stackoverflow.com/a/67822174/1002575 – Michael Rhema Jun 03 '21 at 14:09
1 Answers
1
Below Solution worked for me hope this will work for someone
You can delete your toke loggen in the account at github. delete the token for the designated PC.
GithubSite -> Login -> Settings -> Developer Settings -> Personal Access Token -> Delete (Token For that PC Name) -> click Agree (I Understand, delete this token)
Sam
- 688
- 3
- 16