Multiple github accounts on the same computer?

后端 未结 25 2231
野的像风
野的像风 2020-11-22 02:56

Trying to work on my both my actual \"work\" repos, and my personal repos on git hub, from my computer.

The work account was set up first, and everything works flawl

25条回答
  •  你的背包
    2020-11-22 03:49

    Here is a link which explains step by step how to do it and also in a very easy and self-explanatory manner.

    There are mainly 4 major steps of adding multiple GitHub accounts on the same PC.

    Step 1: Create SSH keys for all accounts

    Step 2: Add SSH keys to SSH Agent

    Step 3: Add SSH public key to the Github

    Step 4: Create a Config File and Make Host Entries

    The explained steps can be found here

提交回复
热议问题