I created keys as instructed in the github tutorial, registered them with github, and tried using ssh-agent explicitly — yet git continues to ask me for my passphrase every
on mac, if your ssh key need passphrase everytime and you want to skip it, then you can try below, it works fine for me
Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_rsa