GCPのgcloud initコマンドでローカルPCからGCPアカウントへ連携しようと考えております。
gcloud init を利用すると下記出力結果が返ってきました。
Desktop$ gcloud init Welcome! This command will take you through the configuration of gcloud. Your current configuration has been set to: [default] You can skip diagnostics next time by using the following flag: gcloud init --skip-diagnostics Network diagnostic detects and fixes local network connection issues. Checking network connection...done. Reachability Check passed. Network diagnostic passed (1/1 checks passed). You must log in to continue. Would you like to log in (Y/n)? Go to the following link in your browser: https://accounts.google.com/o/oauth2/省略 Enter verification code:
こちらの最後の「Enter verification code:」、何を入力すればいいのでしょうか?
ローカル環境:Ubuntu 18.04.4 LTS
gcloud --version
Google Cloud SDK 281.0.0
bq 2.0.53
core 2020.02.14
gsutil 4.47
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/21 05:09
2020/02/21 05:13