2016-05-08 34 views
1

当我运行gcloud preview app deploy时,部署运行良好,直到它安装完成为止。它有错误了:安装gcloud(0.8.1)时发生错误,并且Bundler无法继续 - gcloud gem导致部署失败

Gem::RemoteFetcher::FetchError: bad response Not Found 404 (https://rubygems.global.ssl.fastly.net/gems/gcloud-0.8.1.gem) 
Installing actionpack 4.2.0 
Installing acts_as_commentable_with_threading 2.0.1 
An error occurred while installing gcloud (0.8.1), and Bundler cannot continue. 
Make sure that `gem install gcloud -v '0.8.1'` succeeds before bundling. 
The command '/bin/sh -c bundle install --deployment && rbenv rehash' returned a non-zero code: 5 
ERROR 
ERROR: build step "gcr.io/cloud-builders/dockerizer" failed: exit status 1 
ERROR: (gcloud.preview.app.deploy) Error Response: [2] Build failed; check build logs for details 

不知道这是一个已知的错误,或者是否有办法解决它?

回答

0

尝试update您的谷歌云SDK和部署代码再次:​​

$ gcloud components update 
相关问题