我当前正在尝试将应用程序推送到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