This tutorial is aimed at users who want to create a new SSH key on Mac OS X and configure it for use with GitHub. (Configuring for BitBucket is exactly the same.) Start The Terminal and go to your home folder: cd Make a directory called .ssh: mkdir .ssh Navigate into the .ssh directory: cd […]