You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copdips
changed the title
No github repository found. Please open a folder that contains github repository
How to use different github.com accounts in different vscode instances
Sep 6, 2023
Hello,
I have 2 github.com accounts (perso and work).
In order to use both under the same linux bash with git commands, I use the method described here.
For personal githubom repos:
git remote add origin git@github.com:[my work GitHub group]/[my project].git
For work github.com repos:
git remote add origin git@github.com-work:[my work GitHub group]/[my project].git
With vscode, i can only authenticated to a single github.com account, is there an easier way to have both available ?
The text was updated successfully, but these errors were encountered: