How to set up more than one Github account
Have you had to use a second Github account to clone a repository and have been unable to do so? As you may have noticed, it's not as simple as doing a git clone of the new repository and you're done. In this case, you will need to do a small configuration of the "config" file in the ".ssh" folder.
If you only use one Github account, you probably...