I\'ve been somewhat \'putting up\' with Github always asking for my username and password when I clone a repository. I want to bypass this step because it is an annoyance w
If you're using windows, this worked for me:
eval `ssh-agent -s` ssh-add ~/.ssh/*_rsa
It'll ask for passphrase in the second command, and that's it.