Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想在 cloudshell 中的特定项目中进行编辑,但它会自动将我定向到一个。我怎样才能退出它而不是在特定项目中进行编辑?
您可以使用 Cloud SDK 命令取消设置项目:
gcloud config unset project
然后您可以验证是否没有与之关联的项目:
gcloud config get-value project