2

I'm using the Github applications for Windows for 2 accounts. One is my personal and the other one is a professional account.

The problem is that everytime I logout and login (depending on which project I'm working on) Github sends me an email that a new ssh key pair has been generated for this computer.

I tried to unsubscribe from these mails or even setup a fixed multiple key pair but to no avail.

Any tips?

Simon
  • 1,643
  • 7
  • 30
  • 61

1 Answers1

0

It is not intended by GitHub to have several User-Accounts for different needs. Ususally you have only one User-Account and use the collaborative-features on repositories to work together.

In a professional context you'd use GitHub's organizations to create teams for the specific repositories - where every team-member uses its one and only GH-account.

However, to use different GitHub-accounts you may try to use the Git CLI as described here or a different Git GUI (Sourcetree seems to provide a kind of multiple account-management).

Community
  • 1
  • 1
Florian Neumann
  • 5,587
  • 1
  • 39
  • 48