Add An Ssh Key To The Ssh Agent Before Pulling Rep
-
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>