0

我正在Nodejsopenshift 中创建一个新项目。但是,rhc即使在删除重试后,我也无法将创建的 git repo 克隆到我的 Windows 机器,这是我在中看到的消息rhc,干杯!:

Application URL: [url]
Issues:
1. We were unable to clone your application's git repo - Unable to clone
your repository. Called Git with: git clone [ssh URL]

Steps to complete your configuration:
1. Clone your git repo
$ rhc git-clone [application name]

If you continue to experience problems after completing these steps,
you can try destroying and recreating the application:

$ rhc app delete  [application name]--confirm
4

2 回答 2

0

您是否尝试过运行 rhc setup 命令?尝试查看开发人员门户,它将帮助您使用 ruby​​、git 和 rhc 工具进行设置:https ://developers.openshift.com/en/getting-started-client-tools.html#windows

于 2014-09-22T17:13:00.800 回答
0

从命令提示符 (cmd) 运行“rhc setup” -

安装 Ruby 时,请务必使用版本 1.9.3,而不是最新版本(适用于 Windows)。

这将提示您从 cmd 登录到 OpenShift - 一旦您验证了您的帐户,您就可以生成 SSH 密钥并自动上传到 OpenShift。

然后,私钥将存储在您的 PC 上,您应该能够通过 Git 克隆存储库而不会出现问题。

您可以在此处找到完整说明:https ://developers.openshift.com/getting-started/windows.html#client-tools

于 2016-04-13T15:27:25.537 回答