「Run ‘gcloud init’ to configure the Cloud SDK」のチェックを外し、Finish を押下します。
インストールが完了したらコマンドプロンプトが開きますので、下記コマンドを実行します。
gcloud init
下記が出ましたら、1を入力し、Enterを押します。
Pick configuration to use:
[1] Re-initialize this configuration [default] with new settings
[2] Create a new configuration
Please enter your numeric choice:
下記が出ましたら、Yを入力します。
You must log in to continue. Would you like to log in (Y/n)?
google アカウントの認証画面がブラウザで開くので、認証を進めます。プロジェクトの作成を行った google アカウントが表示されている場合は、選択します。表示されていない場合は「アカウントの追加」を行ってください。
「許可」ボタンを押下し、認証を完了させます。
認証が完了するとコマンドラインに google アカウントに紐付けされているプロジェクトの ID 一覧が表示されます。プロジェクト ID の番号を選択します。
Pick cloud project to use:
[番号] プロジェクトIDPlease enter numeric choice or text value (must exactly match list
item):
今回は Google Compute Engine の設定は行わないので、nを選択します。これで初期設定が完了しました。
Do you want to configure Google Compute Engine
(https://cloud.google.com/compute) settings (Y/n)?