无法在 Eclipse 中导入 OpenShift 应用程序

Not able to import openshift application in eclipse

我正在使用 eclipse 连接 openshift。

以下是我采取的步骤。

它显示从 ssh://<url>

克隆

然后显示

Could not clone the repository. Authentication failed.
 Please make sure that you added your private key to the ssh preferences.
ssh://56fdfdad2d5271507d000049@btech-jmi.rhcloud.com/~/git/btech.git/: Connection timed out: connect

我已将此步骤用于其他几个 ecplise 版本,即 mars、indigo、luna、helio(其中 none 有效)。 我在所有这些步骤中都使用了上述步骤。

查看远程服务器是否上传了public密钥,检查发现服务器上每次都在上传public密钥

真的卡在这一点上了。

我还用谷歌搜索了其他方法来执行此操作,但 none 对我有用,我想我遗漏了一些东西。

我记得有时会重复执行相同的步骤,但这次没有用。

请帮忙

我发现,这个问题的原因是端口问题。在我的大学里,他们正在使用 cyberoam,他们已经阻止了一些端口,这些端口被 ssh 用来从远程获取数据。 我只是在家里尝试了相同的步骤,它按预期工作。