2

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.

hkjhadj1
  • 759
  • 1
  • 8
  • 30

1 Answers1

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