gcloud 应用部署错误
Error on gcloud app deployment
我正在尝试使用 gcloud 来部署 nodejs 应用程序。我已经关注了这个tutorial。
当我运行:
gcloud preview app deploy
我有 2 个可能的问题:
第一个:
Beginning deployment... If this is your first deployment, this may
take a while...failed. ERROR: gcloud crashed (ResponseNotReady)
或者有时这个过程会更进一步:
Verifying that Managed VMs are enabled and ready. ERROR: gcloud
crashed (ResponseNotReady)
日志看起来像这样:
File "C:\Program Files (x86)\Google\Cloud
SDK\google-cloud-sdk\bin..\lib\third_party\httplib2__init__.py",
line 1308, in _conn_request
response = conn.getresponse()
File "C:\python27_x64\lib\httplib.py", line 1119, in getresponse
raise ResponseNotReady() ResponseNotReady 2016-02-22 15:13:00,937 ERROR root gcloud crashed (ResponseNotReady):
谢谢!
似乎是连接不稳定...我没有做任何更改但重试了一百次。
我正在尝试使用 gcloud 来部署 nodejs 应用程序。我已经关注了这个tutorial。
当我运行:
gcloud preview app deploy
我有 2 个可能的问题:
第一个:
Beginning deployment... If this is your first deployment, this may take a while...failed. ERROR: gcloud crashed (ResponseNotReady)
或者有时这个过程会更进一步:
Verifying that Managed VMs are enabled and ready. ERROR: gcloud crashed (ResponseNotReady)
日志看起来像这样:
File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin..\lib\third_party\httplib2__init__.py", line 1308, in _conn_request response = conn.getresponse()
File "C:\python27_x64\lib\httplib.py", line 1119, in getresponse raise ResponseNotReady() ResponseNotReady 2016-02-22 15:13:00,937 ERROR root gcloud crashed (ResponseNotReady):
谢谢!
似乎是连接不稳定...我没有做任何更改但重试了一百次。