Created
September 14, 2017 19:23
-
-
Save fkchang/b0726b10c35934db9508888299affd04 to your computer and use it in GitHub Desktop.
Heroku can't install bundler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remote: -----> Ruby app detected[K | |
remote: Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/bundler-1.15.2.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3.[K | |
remote: Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/bundler-1.15.2.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3.[K | |
remote: ![K | |
remote: ! Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/bundler-1.15.2.tgz -s -o - | tar zxf - ' failed unexpectedly:[K | |
remote: ! [K | |
remote: ! gzip: stdin: unexpected end of file[K | |
remote: ! tar: Child returned status 1[K | |
remote: ! tar: Error is not recoverable: exiting now[K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment