cloud_sql_proxy 给出 "error reading config"... 我该如何解决这个问题?

cloud_sql_proxy gives "error reading config"... how do I fix this?

我有 gcloud 在运行 shell:

> gcloud version
Google Cloud SDK 375.0.0
bq 2.0.74
core 2022.02.25
gsutil 5.6

我一直在尝试按照这些说明让我的 Sql Management Studio 连接到 Google SQL 服务: https://cloud.google.com/sql/docs/sqlserver/connect-admin-proxy#start-proxy

但是我得到这个错误:

PS C:\gcloud_stuff> ./cloud_sql_proxy -instances=<my instance connection>=tcp:1433
2022/03/06 02:02:51 GcloudConfig: error reading config: exit status 1; stderr was:
The system cannot find the path specified.
The system cannot find the path specified.
2022/03/06 02:02:51 google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.

有谁知道如何解决这个问题? (我是 Google Cloud 的新手)

您似乎没有本地凭据集。

您可以 运行 gcloud auth login 然后再试一次。或者您可以创建服务帐户密钥并将其传递给带有 -credentials_file 标志的代理。有关详细信息,请参阅 Proxy docs