繁体   English   中英

错误:(gcloud.app.deploy) 错误响应:[13] 创建 Google Cloud Storage 存储桶时发生内部错误

[英]ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket

我正在关注本教程:链接

这是我使用的谷歌云版本:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud --version
Google Cloud SDK 367.0.0
bq 2.0.72
core 2021.12.10
gsutil 5.5

在部署过程中,我收到以下错误:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud app deploy
Initializing App Engine resources...failed.
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket.

我从各种来源进行了搜索,他们建议运行这个:

gcloud config set app/use_deprecated_preparation True

但是当我运行时出现错误:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud config set app/use_deprecated_preparation True
ERROR: (gcloud.config.set) Section [app] has no property [use_deprecated_preparation].

我在项目目录文件夹中运行它。

谁能帮我?

你的网络有代理吗? 也许您可以在没有代理的情况下尝试该命令。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM