简体   繁体   English

安装gcloud(0.8.1)时发生错误,而Bundler无法继续 - gcloud gem导致部署失败

[英]An error occurred while installing gcloud (0.8.1), and Bundler cannot continue - gcloud gem causes deploy to fail

When I run gcloud preview app deploy the deploy runs fine until it gets upto the point where its installing the gems. 当我运行gcloud preview app deploy ,部署运行正常,直到它达到安装宝石的程度。 It errors out with: 它出错了:

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

Not sure if this is a known error or if there is a way around it? 不确定这是否是已知错误或是否有解决方法?

尝试更新您的Google Cloud SDK并再次部署您的代码:

$ gcloud components update

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装 pg (0.15.1) 时出错,Bundler 无法继续 - An error occurred while installing pg (0.15.1), and Bundler cannot continue 安装pg(0.18.2)时发生错误,并且Bundler无法继续 - An error occurred while installing pg (0.18.2), and Bundler cannot continue 安装ZenTest(4.8.2)时发生错误,并且Bundler无法继续。 - An error occurred while installing ZenTest (4.8.2), and Bundler cannot continue. 安装 pg (0.18.4) 时出错,Bundler 无法继续 - An error occurred while installing pg (0.18.4), and Bundler cannot continue 安装json(1.8.6)时出错,Bundler无法继续 - An error occurred while installing json (1.8.6), and Bundler cannot continue 安装 nokogiri (1.6.0) 时出错,Bundler 无法继续 - An error occurred while installing nokogiri (1.6.0), and Bundler cannot continue 安装rake(10.1.0)时发生错误,Bundler无法继续 - An error occurred while installing rake (10.1.0), and Bundler cannot continue 安装puma(2.11.1)时发生错误,并且Bundler无法继续 - An error occurred while installing puma (2.11.1), and Bundler cannot continue 安装pg(0.19.0)时发生错误,Bundler无法继续 - An error occurred while installing pg (0.19.0), and Bundler cannot continue 安装 json (1.8.1) 时出错,Bundler 无法继续 - An error occurred while installing json (1.8.1) and Bundler cannot continue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM