有时我运行一些命令行,例如gcloud instances list
输出在1或2分钟后显示,很少在5分钟后显示。
当我尝试运行gcloud instances ssh inst_name
时,这是我得到的控制台输出:
ERROR: (gcloud.compute.ssh) There was a problem refreshing your current auth tokens: Unable to find the server at www.googleapis.com
Please run:
$ gcloud auth login
to obtain new credentials, or if you have already logged in with a different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
运行其中任何一个命令或两者都无济于事。 有人知道我的问题的解决方法或根本原因吗?