使用Google云端平台进行部署时出错

我试图与GCE(谷歌云引擎)build立一个项目,我有几个问题…

我一步步按照他们的命令,但每次碰到同样的问题。

我使用了这个指南: https : //cloud.google.com/nodejs/getting-started/hello-world

直到GCE的第一步,我需要“将应用程序部署到Google云端平台”时,每件事情都是好事,

我运行命令“gcloud preview app deploy”,它要求我按下“Y”,并在几次之后写道:“复制安全访问证书,可能会提示您创build一个SSH密钥对。 并陷入这一步….

我复制了这个过程:

>gcloud preview app deploy You are about to deploy the following modules: - **Project-ID**/default (from [D:\User\Downloads\nodejs-getting-started\1-hello-world\app.yaml]) Deployed URL: [] Do you want to continue (Y/n)? Y Beginning deployment... If this is your first deployment, this may take a while...done. Verifying that Managed VMs are enabled and ready. Provisioning remote build service. Copying certificates for secure access. You may be prompted to create an SSH keypair. 

我试图按几次input,但它返回:

 ERROR: (gcloud.preview.app.deploy) Unable to copy certificates. 

任何帮助,将不胜感激。 谢谢!

Google Cloud SDK 97.0.0修复了这个问题,他们有一个小错误。

谢谢你们!