Install Google Cloud components error from gcloud command

前端 未结 4 1806
遥遥无期
遥遥无期 2020-12-25 10:05

I am trying to install several GCP components from the gcloud command-line tool and always get the same error:

$ gcloud components list

Your current Cloud S         


        
4条回答
  •  臣服心动
    2020-12-25 10:38

    The Cloud SDK component manager only works if you don't install the SDK through another package manager. If you want to use the component manager, you can install using one of these methods:

    https://cloud.google.com/sdk/downloads#versioned

    https://cloud.google.com/sdk/downloads#interactive

    Additional packages are available in our deb and yum repos so all the same components are available, you just need to use your existing package manager to install them:

    https://cloud.google.com/sdk/downloads#apt-get

    https://cloud.google.com/sdk/downloads#yum

提交回复
热议问题