簡體   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