创建新的 openshift 应用程序
Create new openshift application
当我尝试在 Eclipse 中创建一个新的 openshift 应用程序时,他们向我显示了这个错误:
The authenticity of host 'droptest-daasenv.rhcloud.com' can't be established . RSA key fingerprint is cf:ee:....:a7.
当我点击下一步时,他们显示这条信息:
Could not clone the repository. Authentication failed.
Please make sure that you added your private key to the ssh preferences.
ssh://56a4d5fb7628e14ac3000081@droptest-daasenv.rhcloud.com/~/git/droptest.git/: Session.connect: java.io.IOException: End of IO Stream Read
你们能告诉我我该怎么做吗?
我假设您已经有一个 RH 云帐户。
在这种情况下,您只需要在线为 OpenShift 配置 SSH 密钥:
http://tools.jboss.org/documentation/howto/openshift_configssh.html
第二种选择是:查看此页面,我在其中放了一个 4 分钟(静音)的视频来展示如何使用 JBossTools 连接到 OpenShift Online:
http://www.asegno.com/jboss-dev/
当我尝试在 Eclipse 中创建一个新的 openshift 应用程序时,他们向我显示了这个错误:
The authenticity of host 'droptest-daasenv.rhcloud.com' can't be established . RSA key fingerprint is cf:ee:....:a7.
当我点击下一步时,他们显示这条信息:
Could not clone the repository. Authentication failed.
Please make sure that you added your private key to the ssh preferences.
ssh://56a4d5fb7628e14ac3000081@droptest-daasenv.rhcloud.com/~/git/droptest.git/: Session.connect: java.io.IOException: End of IO Stream Read
你们能告诉我我该怎么做吗?
我假设您已经有一个 RH 云帐户。
在这种情况下,您只需要在线为 OpenShift 配置 SSH 密钥:
http://tools.jboss.org/documentation/howto/openshift_configssh.html
第二种选择是:查看此页面,我在其中放了一个 4 分钟(静音)的视频来展示如何使用 JBossTools 连接到 OpenShift Online: http://www.asegno.com/jboss-dev/