C:\Workspace\Projects\SafeScan-BitBucket>gcloud auth application-default login --no-launch-browser --verbosity=debug DEBUG: Running [gcloud.auth.application-default.login] with arguments: [--no-launch-browser: "False", --verbosity: "debug"] DEBUG: Generated new state DwV62EH76ftgWxYJUMVqgsA4RysVwm. Go to the following link in your browser: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=764086051850-6qr4p6gpi6hn506pt8ejuq83di341hur.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=openid+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%2Faccounts.reauth&state=DwV62EH76ftgWxYJUMVqgsA4RysVwm&code_challenge=nhbIu6s36iE-djjZryzMPQsLaZ5gIMZqJy4rowmerBM&prompt=consent&code_challenge_method=S256&access_type=offline Enter verification code: [verification_code] DEBUG: Encoding `client_id` "764086051850-6qr4p6gpi6hn506pt8ejuq83di341hur.apps.googleusercontent.com" with `client_secret` as Basic auth credentials. DEBUG: Requesting url https://www.googleapis.com/oauth2/v4/token using method POST. DEBUG: Supplying headers {u'Content-Type': u'application/x-www-form-urlencoded;charset=UTF-8', u'Accept': u'application/json'} and data {u'code': u'4/zQGIVY4yLxIu4VNobMupjd1jVenVuBR5rvL5CxVg1mPaHaNeMf5ApYY', u'code_verifier': u'YYRyczntE0YSuy1m5sU.9nkl_fj5T7nNSb7GlQB1_sjcCpDGcDebH-S6rop.DMjMEpF_1l-JxWkmtbv9a8gC2Mw1Nq-E2emtbUnpkjqfCF3K9voogUIkf8KE-d1zRgqS', u'grant_type': u'authorization_code', u'redirect_uri': u'urn:ietf:wg:oauth:2.0:oob'} DEBUG: Passing through key word arguments {'verify': True, 'json': None, 'proxies': None, 'timeout': None, 'auth': }. DEBUG: Starting new HTTPS connection (1): www.googleapis.com:443 DEBUG: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /oauth2/v4/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',)) Traceback (most recent call last): File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\googlecloudsdk\calliope\cli.py", line 983, in Execute resources = calliope_command.Run(cli=self, args=args) File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\googlecloudsdk\calliope\backend.py", line 807, in Run resources = command_instance.Run(args) File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\surface\auth\application_default\login.py", line 165, in Run launch_browser, scopes, client_id_file=args.client_id_file) File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\googlecloudsdk\api_lib\auth\util.py", line 82, in DoInstalledAppBrowserFlowGoogleAuth user_creds = c_flow.RunGoogleAuthFlow(google_auth_flow, launch_browser) File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\googlecloudsdk\core\credentials\flow.py", line 256, in RunGoogleAuthFlow authorization_prompt_message=authorization_prompt_msg_no_launch_browser) File "C:\Workspace\Programs\Google\google-cloud-sdk\lib\googlecloudsdk\core\credentials\flow.py", line 355, in run_console self.fetch_token(code=code) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\google_auth_oauthlib\flow.py", line 281, in fetch_token self.client_config['token_uri'], **kwargs) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests_oauthlib\oauth2_session.py", line 319, in fetch_token proxies=proxies) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests\sessions.py", line 581, in post return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests_oauthlib\oauth2_session.py", line 483, in request method, url, headers=headers, data=data, **kwargs) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests\sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests\sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "C:\Workspace\Programs\Google\google-cloud-sdk\bin\..\lib\third_party\requests\adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /oauth2/v4/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',)) ERROR: gcloud crashed (ConnectionError): HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exceeded with url: /oauth2/v4/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',)) If you would like to report this issue, please run the following command: gcloud feedback To check gcloud for common problems, please run the following command: gcloud info --run-diagnostics C:\Workspace\Projects\SafeScan-BitBucket>