Permission Denied
user@server# git clone git@github.com:daniel-arapi/myRepo.git
Cloning into 'myRepo'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Verify Connectivity to GitHub
root@server# ssh -T git@github.com
Hi daniel-arapi! You've successfully authenticated...
Verify SSH Agent is Running
$ eval "$(ssh-agent -s)"
> Agent pid 59566
Add SSH Keys to SSH Agent
ssh-add ~/.ssh/your-ssh-keys