I followed the tutorial here to configure ssh for github in cygwin on Window 7. However, every time I do git push origin master I keep in mind the following:
Enter passphrase for /cygdrive/c/Users/mynameis/.ssh/id_rsa:
This is so annoying because it means you need to configure ssh first. I donβt understand why this makes me ask for a password, because when I did the same with my Mac, everything just worked fine and smoothly.
I tried other solutions, such as: adding eval ssh-agent -s to my .bashrc . But the problem still remains. I suspect that the problem is with ssh-agent or ssh-add in cygwin in window 7 .. How can I get around this problem?
source share