Recently, I sign up for a free plan on Github.com. I follow their instructions to generate a ssh key to add to my account. However, when I try ssh -v git@github.com
ssh -v git@github.com
After trying all these answers with no luck, the following command solved it for me:
unset SSH_AUTH_SOCK