【发布时间】:2018-09-10 02:34:48
【问题描述】:
我在完成 Compute Engine 快速入门:使用 MongoDB 教程构建待办事项应用时遇到问题。 (编辑:我在计算引擎控制台中运行教程;即https://console.cloud.google.com/compute/instances?project=&tutorial=compute_quickstart)
我通过 SSH 连接到后端实例。我输入了从教程中复制的“gcloud compute”命令。系统提示我输入密码。返回以下内容:
WARNING: The public SSH key file for gcloud does not exist.
WARNING: The private SSH key file for gcloud does not exist.
WARNING: You do not have an SSH key for gcloud.
WARNING: SSH keygen will be executed to generate a key.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in
...
<< Identifying detail ommitted >>
...
**ERROR: (gcloud.compute.ssh) Could not fetch resource:
- Insufficient Permission**
我之前已经完成了教程的这个阶段,没有任何问题。 我在安装了 google-cloud-sdk 的 Windows 10 PC 上工作。我正在使用谷歌浏览器。我尝试过常规模式和隐身模式。
任何帮助或建议都非常受欢迎!
- 戴夫配音
【问题讨论】: