Tag Archives: SSH Keys

Generate SSH Key to Connect to GitHub

If you are not sure you have an SSH key already installed on your machine, you can do a quick check by issuing the following command. I am using GitBash to do so: $ ls  -al ~/.ssh If you don’t … Continue reading

Posted in Git | Tagged , , , , | Leave a comment