• These commands have to be ran in BASH eval “$(ssh-agent -s)” ssh-add ~/.ssh/

  • Also make sure the following is added if you are pulling or downloading repositories from GitHub

    Host github.com
    IdentityFile ~/.ssh/<private_key_here>
    

Updated: