gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

gcloud auth login doesn't work with windows-cygwin because of disabled Submit button #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Install 32-bit cygwin, with google cloud sdk configured for python/php. 
Type gcloud auth login.

What is the expected output? What do you see instead?
A console-based browser is opened.  I am able to sign in with it, but it
arrives at a page asking me to confirm google cloud sdk's access to my account. 
 However, the Submit button does not work (is disabled), so
cannot proceed in setting my account to gcloud.

What is the output of 'gcloud version'?
Google Cloud SDK 0.9.27

app-engine-python 1.9.6
app-engine-python-extras 1.9.6
bq 2.0.18
bq-nix 2.0.18
compute 2014.06.17
core 2014.06.17
core-nix 2014.06.17
dns 2014.04.30
gae-python 2014.05.06
gae-python-launcher-win 1.9.6
gcutil 1.16.1
gcutil-nix 1.16.1
gsutil 4.3
gsutil-nix 4.3
sql 2014.06.17

Please provide any additional information below.

Original issue reported on code.google.com by gilbert....@gmail.com on 28 Jun 2014 at 6:54

GoogleCodeExporter commented 9 years ago
You mention a console-based browser. Do you mean lynx or something like that? 
Or is it giving you a URL to navigate to in order to log in? Could you post a 
screenshot?

To work around this, use the --no-launch-browser flag:
https://developers.google.com/cloud/sdk/gcloud/reference/auth/login

Original comment by rdayal@google.com on 13 Aug 2014 at 11:06