How To Use Multiple Github Accounts in VSCode. An Easy, One-Time Process.

preview_player
Показать описание
Here is a step-by-step guide on how to use multiple GitHub accounts in Visual Studio Code.
In this video, I'm gonna show how we can manage multiple GitHub accounts in VS Code using the SSH key. The way we are doing it is by enabling folder-level authentication using SSH. After you have completed all the above steps, you should create a folder that corresponds to your needs (for example, a company folder and a personal folder), and then every time you want to clone the repository you should go to the appropriate folder, and then clone it.

Join this channel to get access to the perks:
Рекомендации по теме
Комментарии
Автор

Tks a lot! This solve my problem! Working nicely!

oscarassuncaofilho
Автор

Great tutorial! 🎉 Clear and concise steps for setting up multiple GitHub accounts in VSCode. The one-time setup process is a game-changer for managing personal and work projects seamlessly. Thanks for making this so easy to follow! 🚀

keerthansj
Автор

Thank you so much for this video, it is very easy to follow

amarah_w
Автор

OMG, Thank you very much! I from Brazil <3

marcosmoura
Автор

how can i push repository to different github account from my vs code?

shubhammaurya
Автор

i am not able to clone private repos please help

arocikajeyson
Автор

i did everything as mentioned in the video but when i try to clone my company repo it asks for key of my personal github acc. i checked the whole video 3 times if i did anything wrong but it still asks for key of personal acc rather than company acc even though im in company folder

vnuvufm
Автор

company account is on wsl copy the path same way you have shown here but not working for company account

samiran__roy
Автор

hey bro cant we fix that using that email issue as you mentioned in the first part by using git config email. or git config --gloabl email.email ?

yooitheSTARishere
Автор

Does this work if the emails are different? For two different github accounts.

fuzzy-
Автор

Hi, how can I commit with Vscode with account 1 vs account 2?

kodepatra
Автор

That's git multi account not Github multi account config for VSCode. People first learn the diff between git and github.

krtirtho
Автор

Hi, Thanks for a good topic. I'm stuck at ' .pub' file. When I try to open ' .pub' in VsCode it shows nothing. Please help me.

yashfarm
Автор

when i clone git have a alert /c/Users/anhtu/.ssh/config line 1: no argument after keyword "\377\376h"
/c/Users/anhtu/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists. can u help me, sir. Tks so much

anhtuanle
Автор

I have tried according to video, but getting issue
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

tphlont