无法将新应用程序git克隆到Windows机器上

时间:2014-09-22 06:13:50

标签: git openshift openshift-client-tools

我正在openshift中创建一个新的Nodejs项目。但是,在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

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分: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