当我尝试使用本指南安装gcutil时:https://developers.google.com/compute/docs/gcutil/
我收到这个错误(使用install.bat):
(gcloud.components.update) Your current working directory is inside the Cloud SD
K install root: C:\gcutil\google-cloud-sdk. In order to perform this update, ru
n the command from outside of this directory.原因是什么?所引用的工作目录是什么?
发布于 2013-12-10 20:50:40
它指的是您的shell当前所在的目录。跑步:
cd C:\gcutil应该让您在正确的地方运行批处理文件。
https://stackoverflow.com/questions/20498336
复制相似问题