2016-03-29 13 views
0

私は現在、MapRアカデミーの無料オンライン学習プログラムであるADM200に登録しています。私は、2015年11月25日に改訂された「仮想クラスタの設定」の手順を使用しています。私はWindows 8.1コンピュータを使用しており、Google Cloud Platformで仮想クラスタを設定しようとしています。 5ページで、命令はここに示す:全部、括弧の外側のほんの一部、および内部分のみを使用して、hopeful-buckeye-123456 (#1234567890123)gcloud認証ログインの認証コードはどこから来ますか?

  1. After the installation completes, restart the Cygwin terminal by typing exit at the prompt and re-launching Cygwin. Enter the following command at the terminal prompt to authenticate:
gcloud auth login --no-launch-browser 

The command will generate a link, and then wait for you to enter a verification code. Follow the instructions to authenticate.

は、私は私のプロジェクトのIDを試してみました。たびに、私はのgcloudコマンドからのエラーメッセージを受信:

ERROR: There was a problem with web authentication. ERROR: (gcloud auth login) invalid grant

また、命令が選択して、Googleのサーバーインスタンスを支払う必要性に対処するように見えるし、その後ラボを続行しないでください。私の無料トライアルはわずか60日間です。私は、そこにいて、それをやった人から聞くことを望みます。

答えて

2

リンクがありますか?私はそのリンクをクリックすると

$ gcloud auth login --no-launch-browser 
Go to the following link in your browser: 

https://accounts.google.com/o/oauth2/auth?redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&prompt=select_account&response_type=code&client_id=32555940559.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcompute&access_type=offline 


Enter verification code: 

、私は私が、端末にコピーすることができます確認コードを与えログイン画面が提示しています:これは私がそのコマンドを実行したときに、私が得るものです。

実際には動作しない場合でも、my linkを使用できるはずです。彼らは同じです。

関連する問題