gcloud command not found - while installing Google Cloud SDK

后端 未结 28 1123
忘掉有多难
忘掉有多难 2020-12-07 13:43

I am on a mac and am trying to install the Google Cloud SDK (including the gcloud command line utility) using this command in terminal

curl https://sdk.cloud         


        
28条回答
  •  無奈伤痛
    2020-12-07 14:25

    When installing the SDK I used this method:

    curl https://sdk.cloud.google.com | bash
    

    When using this method from the original author make sure you have accepted the security preferences in your mac settings to allow apps downloaded from app store and identified developers.

提交回复
热议问题