簡體   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

當我運行gcloud preview app deploy ,部署運行正常,直到它達到安裝寶石的程度。 它出錯了:

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

不確定這是否是已知錯誤或是否有解決方法?

嘗試更新您的Google Cloud SDK並再次部署您的代碼:

$ gcloud components update

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM