使用yo angular-fullstack:openshift给出错误'ssh:无法解析主机名'

时间:2015-09-05 09:13:11

标签: angularjs git ssh openshift

好的,我正在使用Openshift来托管我的项目,昨天我刚刚在那里开了一个新帐户。昨天我还在我的`git-bash'控制台中使用命令yo angular-fullstack:openshift在那里制作一个应用程序并将我的项目推送到它。工作得很好。

然后我删除了Openshift上的应用程序,今天我想再次上传它。我运行相同的过程和相同的命令。但是现在我收到一个错误,告诉我主机名不存在。这是我可以解决的问题,还是那些“稍后再试”的问题之一?

错误

Uploading your initial application code.
This may take several minutes depending on your connection speed...
 × ssh: Could not resolve hostname unityacademy-academiaunitate.rhcloud.com: no address associated with name

 × fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

1 个答案:

答案 0 :(得分:2)

删除您的' dist'文件夹并重做grunt build以生成新的' dist'夹。这将确保您的' dist' dist文件夹是干净的,不会干扰您的应用程序的创建过程。确保删除OpenShift上的旧应用并再次执行yo angular-fullstack:openshift命令。

这应该可以解决问题。