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
不知道這是一個已知的錯誤,或者是否有辦法解決它?