ruby on rails - Trying to set up .SSH keys to connect to Github via Cygwin -


I have installed Seirwin on Windows 7 so that I can develop RIR apps, the problem is that with GITB I am trying to add GIT. For some reason on account through Sigwin, when I run the ssh-keygen -t rsa -C "myemail@etc.com" command, this message gives me this message: "bash: ssh-keygen: command Not found "

I am following the path of Michael Hartley on the railway tutorial but no solution can be found.

Any advice?

Chances are you might have forgotten to install openssh package while installing Saigvin.

I have used this guide before, and everything was innocent (for SSH):



Comments