How to use multiple accounts
Generate SSH Keys for both accounts
Example:
ssh-keygen -t rsa -b 4096 -f ~/.ssh/KEY12. Add the SSH Public Key into the respective accounts

3. Set up configuration file ~/.ssh/config with both accounts
4. Clone using the alias for the Github Link
As long as you have set up the SSH Keys correctly and the configuration file you should be able to clone the repositories successfully and the output should look like this:
5. After you have pulled the repository, you will need to add the following field to the ~/REPO_NAME/.git/config file
Last updated