Managing Multiple Github Accounts with Git Credential Manager
If you have more than one github account and want to contribute your projects from one computer, you can manage accounts using git credential manager. Step 1 Install git credential manager. (You can read install instructions) For debian users, download the latest .deb package, and run the following: sudo dpkg -i <path-to-package> Step 2 Configure git credential manager: git-credential-manager configure Output Configuring component 'Git Credential Manager'... Configuring component 'Azure Repos provider'... Step 3 To configure Git to cache credentials for the full remote URL of each repository you access on GitHub, enter the following command. ...