经过许多小时和多次尝试,现在仍然是您的帮助。我正在尝试进行端口转发以在 Neatbeans 上的 Openshift 中访问我的数据库。
我已经做了很多教程,升级和降级net-ssh的版本,卸载rhc等等。我已经阅读了很多 git 解决方案(ssh_options[]...),但一
无所知。当我尝试进行端口转发时,我得到这个:
`C:Usersandre>rhc port-forward -a leixinhos
Checking available ports ... Could not parse PKey: no start line
Usage: rhc port-forward <application>
Pass '--help' to see the full list of options
C:Usersandre>`
Leixinhos 是我的应用名称我拥有一切正确的东西,除了这个阻止我访问 Neatbeans 上的数据库的细节。
在您的控制台输出中,我看到以下错误: Could not parse PKey: no start line
我还看到您正在Windows机器上运行rhc。
您安装了哪个版本的 Ruby?当我尝试在我的Windows机器上将rhc与最新版本的Ruby一起使用时,我收到了相同的错误消息。为了使所有rhc命令在Windows中正常工作,我必须卸载rhc,卸载最新版本的Ruby,安装Ruby版本1.9.3,然后重新安装rhc。