`gcloud preview app deploy`在版本105.0.0中给出了MaxRetrialsException

时间:2016-04-14 14:52:01

标签: google-app-engine gcloud

当我使用Cloud 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

1 个答案:

答案 0 :(得分:9)

这是known issue,已在106.0.0 Cloud SDK版本中修复。 请更新到该版本。

如果你不能,可以通过运行来解决:

gcloud config set app/use_gsutil true

当使用gcloud部署到'标准'(而不是'托管VM'或'灵活')具有.git目录的App Engine应用程序时,会发生此特定问题。