Edit ssh config file:
sudo pico ~/.ssh/config
Then add these lines:
Host github.com IdentityFile /Users/myUser/.ssh/id_rsa IdentitiesOnly=yes