安装 gcloud 组件时出现权限被拒绝错误

Kak*_*aji 5 google-cloud-platform

我遵循 Google Pub/Sub 快速入门指南。当我尝试运行时,gcloud components install beta出现以下错误。

ERROR: (gcloud.components.install) Permission denied: 
[/usr/local/google-cloud-sdk.staging]

Ensure you have the permissions to access the file and that the file is not in use.
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?

Mat*_*ens 8

您是否尝试过 sudo 命令?您可能没有写入该文件夹的权限。sudo gcloud components install beta