Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine `gcloud预览应用程序部署`在版本105.0.0中提供MaxRetralException_Google App Engine_Gcloud - Fatal编程技术网

Google app engine `gcloud预览应用程序部署`在版本105.0.0中提供MaxRetralException

Google app engine `gcloud预览应用程序部署`在版本105.0.0中提供MaxRetralException,google-app-engine,gcloud,Google App Engine,Gcloud,当我使用云SDK版本105.0.0运行gcloud preview app deploy时,我收到以下错误消息: ERROR: gcloud crashed (MaxRetrialsException): last_result=(None, (<class 'googlecloudsdk.calliope.exceptions.BadFileException'>, BadFileException('[.../source-context.json] not found or n

当我使用云SDK版本105.0.0运行
gcloud preview app deploy
时,我收到以下错误消息:

ERROR: gcloud crashed (MaxRetrialsException): last_result=(None, (<class 'googlecloudsdk.calliope.exceptions.BadFileException'>, BadFileException('[.../source-context.json] not found or not accessible',), <traceback object at 0x7f7bb4ab07e8>)), last_retrial=3, time_passed_ms=1,time_to_wait=0
错误:gcloud崩溃(MaxRetralException):last_result=(无,(,BadFileException(“[…/source context.json]未找到或不可访问“,),)),last_retry=3,time_passed__ms=1,time_to_wait=0
这是一个问题,在106.0.0 Cloud SDK版本中已修复请更新该版本。

如果不能,请通过运行以下命令来解决:

gcloud config set app/use_gsutil true
当使用
gcloud
部署到具有
.git
目录的“标准”(与“托管VM”或“灵活”)应用程序引擎应用程序时,会出现此特定问题