我已按照教程https://cloud.google.com/nodejs/getting-started/hello-world(在 node.js 上部署到 Google Cloud Platform hello world 应用程序)并在最后一个命令之后:
$ gcloud preview app deploy app.yaml --promote
我得到:
正在将文件复制到 Google Cloud Storage... 正在将文件同步到 [gs://staging.first-server-1117.appspot.com/]。更新模块 [默认]...失败。错误:(gcloud.preview.app.deploy) 错误响应:[13] 托管 VM 无法托管在应用程序的区域中。(e~) 版本:20151103t135918.388305842753805715
即使未选择时区也会发生这种情况。
为什么会发生?或者如何修复?
谢谢。