Cloud foundry 无法在CloudFoundry.com中推送我的应用程序

Cloud foundry 无法在CloudFoundry.com中推送我的应用程序,cloud-foundry,Cloud Foundry,我已成功登录,但当我尝试推送我的应用程序时,它失败,出现以下错误: 错误702:未为此帐户启用外部URI 详情: $ vmc push Would you like to deploy from the current directory? [Yn]: y Application Name: alcor Detected a Java SpringSource Spring Application, is this correct? [Yn]: Application Deployed URL

我已成功登录,但当我尝试推送我的应用程序时,它失败,出现以下错误:

错误702:未为此帐户启用外部URI

详情:

$ vmc push
Would you like to deploy from the current directory? [Yn]: y
Application Name: alcor
Detected a Java SpringSource Spring Application, is this correct? [Yn]: 
Application Deployed URL [alcor.CloudFoundry.com]: 
Memory reservation (128M, 256M, 512M, 1G, 2G) [512M]: 
How many instances? [1]: 
Bind existing services to 'alcor'? [yN]: y
1: mysql-js
Which one?: 1
Create services to bind to 'alcor'? [yN]: 
Would you like to save this configuration? [yN]: 
Creating Application: Error 702: External URIs are not enabled for this account

有什么想法吗?我应该注册子域吗?我应该更改我的帐户吗?

我想说,这次请用alcor以外的其他名称再试一次。CloudFoundry.com限制某些URI,这可能是其中之一。

您可以检查您使用的是哪个vmc版本吗

vmc -v
看起来CloudFoundry子域应该都是小写的。在您的情况下,它是alcor.CloudFoundry.com,应该是alcor.CloudFoundry.com。如果可能,您可能希望升级到最新版本,然后重试


Cloud Foundry的测试版不支持外部URL。但是,当该功能正式推出时,它将成为支持该功能的路线图。如果您真的需要,您可以等到那时再试用。

谢谢,它在使用小写时有效,如在alcor.cloudfoundry.com vmc版本:0.3.18谢谢,在alcor.cloudfoundry.com中仅使用小写时有效