Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/61.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 正在尝试设置.SSH密钥以通过Cygwin连接到Github_Ruby On Rails_Github_Cygwin_Ssh Keys - Fatal编程技术网

Ruby on rails 正在尝试设置.SSH密钥以通过Cygwin连接到Github

Ruby on rails 正在尝试设置.SSH密钥以通过Cygwin连接到Github,ruby-on-rails,github,cygwin,ssh-keys,Ruby On Rails,Github,Cygwin,Ssh Keys,我刚刚在Windows 7上安装了Cygwin来开发RoR应用程序,问题是我试图通过Cygwin将Git与我的Github帐户连接起来,但由于某种原因,当我运行命令ssh-keygen-t rsa-C时myemail@etc.com“它返回消息“bash:ssh-keygen:command-not-found” 顺便说一下,我正在学习MichaelHartle的RubyonRails教程,但似乎找不到解决方案 有人能提供一些建议吗?在安装Cygwin时,您可能忘记了安装openssh包 我以前

我刚刚在Windows 7上安装了Cygwin来开发RoR应用程序,问题是我试图通过Cygwin将Git与我的Github帐户连接起来,但由于某种原因,当我运行命令
ssh-keygen-t rsa-C时myemail@etc.com“
它返回消息
“bash:ssh-keygen:command-not-found”

顺便说一下,我正在学习MichaelHartle的RubyonRails教程,但似乎找不到解决方案


有人能提供一些建议吗?

在安装Cygwin时,您可能忘记了安装openssh包

我以前使用过这个指南,而且一切都完美无缺(对于ssh):


太好了,谢谢!只是忘了安装openssh包。