2

I have followed the instructions over here (https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent) but Git still keeps asking for my passphrase. I'm on windows and have already set up ssh and generated the key. I even used the -K argument on the command ssh-add ~/.ssh/id_rsa but it doesn't seem to work. How should I correct this?

Kent
  • 23
  • 1
  • 7
  • Did you check the key pair you use is correct (private and public key) on you git repo manager ? – Mornor May 29 '18 at 09:56
  • 1
    Possible duplicate of [Git keeps asking me for my ssh key passphrase](https://stackoverflow.com/questions/10032461/git-keeps-asking-me-for-my-ssh-key-passphrase) – phd May 29 '18 at 13:54

0 Answers0