问题描述
我正在尝试运行以下命令:gcloud auth activate-service-account --key-file service_account_key.json
我收到如下错误输出的帖子:
ERROR: gcloud crashed (OperationalError): disk I/O error
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
运行gcloud诊断程序时,输出如下:
Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
Reachability Check passed.
Network diagnostic passed (1/1 checks passed).
Property diagnostic detects issues that may be caused by properties.
Checking hidden properties...done.
Hidden Property Check passed.
Property diagnostic passed (1/1 checks passed).
更早的诊断是用来提供无法访问google服务的错误,该错误已通过设置代理进行了修复,然后身份验证开始起作用。但是现在按原样设置代理失败(代理可以正常工作)。
诊断程序都没有提供足够的崩溃信息或错误消息本身。
以下是gcloud版本信息:
$ gcloud version
Google Cloud SDK 254.0.0
bq 2.0.45
core 2019.07.15
gsutil 4.40
Updates are available for some Cloud SDK components. To install them,please run:
$ gcloud components update
我也尝试过-详细也没什么帮助。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)