gcloud init 使用 279.0.0 生成错误 url

gcloud init generates bad url with 279.0.0

我安装了一个新的 gcloud sdk(在 Azure Cloud Shell 如果重要的话...)

chad@Azure:~$ gcloud --version
Google Cloud SDK 279.0.0
bq 2.0.53
core 2020.01.31
gsutil 4.47

我正在尝试 运行 'gcloud init' -- 但它呈现的 URL 不起作用...

chad@Azure:~$ 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/auth?code_challenge= I REMOVED 
 A BUNCH OF CODES HERE &scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2%2Fwww.googleapis.com%2Fauth%2Fcompute+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Faccounts.reauth


Enter verification code:

我是不是漏掉了什么?

@John Hanley——为了胜利!

不敢相信我没有想到这一点 -- 非常感谢。

乍得

p.s。看起来像是 Azure 控制台或 Windows 终端截断换行文本中的错误...