Add this section to your ~/.ssh/config
(if it doesn't exist create it)
Host github.com
User git
HostName github.com
AddKeysToAgent yes
IdentityFile ~/.ssh/github
Change github
to the name of your private key file
If your private key file is not there move your public and private key file into that directory