Rails 5:使用Bundler 2.0.0pre2部署到Heroku失败

时间:2018-12-04 18:30:17

标签: ruby-on-rails heroku ruby-on-rails-5 bundler

我当前正在尝试将应用程序推送到heroku,问题是昨天git repo更改为使用bundler2.0.0.pre.2。

因此,我切换到了较新的版本,并尝试将我的应用程序推送到heroku,但是没有成功。

我总是遇到相同的错误,有人遇到相同的问题吗?

错误说明了什么?我找不到此问题的参考。

remote:        Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://heroku-buildpack-bundler2.s3.amazonaws.com/bundler-2.0.0.pre.2.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3.
remote:        Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://heroku-buildpack-bundler2.s3.amazonaws.com/bundler-2.0.0.pre.2.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3.
remote:
remote:  !
remote:  !     Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://heroku-buildpack-bundler2.s3.amazonaws.com/bundler-2.0.0.pre.2.tgz -s -o - | tar zxf - ' failed unexpectedly:
remote:  !
remote:  !     gzip: stdin: unexpected end of file
remote:  !     tar: Child returned status 1
remote:  !     tar: Error is not recoverable: exiting now

0 个答案:

没有答案