我想要一个简单的HelloWorld!部署设置到AppEngine.我正在与另一位朋友/开发人员合作,他的机器上的人能够轻松gcloud app deploy地成功地工作,但是在我的机器上它无法正常工作(经典可以在我的机器上工作).我想知道这是否是我们的存储桶的许可问题,但我和我朋友的AppEngine帐户之间的所有内容都是镜像的.我是我的机智,所以任何帮助都表示赞赏.
我将要描述的内容似乎是互联网上罕见的发现,所以我希望知识渊博的人可以提供帮助.
运行该gcloud app deploy default命令时,我收到以下错误:
Beginning deployment of service [default]...
???????????????????????????????????????????????
?? Uploading 2 files to Google Cloud Storage ??
???????????????????????????????????????????????
File upload done.
Updating service [default]...failed.
ERROR: (gcloud.app.deploy) Error Response: [3] The following errors occurred while copying files to App Engine:
File https://storage.googleapis.com/staging.xxxxxxx.appspot.com/59add2715212c2a5fa68f05ead6ea6a307d279b5 failed with: Conflicting SHA1 sum for file. Expected "90d147b8_dd2137ab_8ec7f19f_c0891006_6585d3de" but received "59add271_5212c2a5_fa68f05e_ad6ea6a3_07d279b5".
Details: [
[
{
"@type": "type.googleapis.com/google.rpc.ResourceInfo",
"description": "Conflicting SHA1 sum for file. Expected …Run Code Online (Sandbox Code Playgroud)