Skip to content

Instantly share code, notes, and snippets.

@fkchang
Created September 14, 2017 19:23
Show Gist options
  • Save fkchang/b0726b10c35934db9508888299affd04 to your computer and use it in GitHub Desktop.
Save fkchang/b0726b10c35934db9508888299affd04 to your computer and use it in GitHub Desktop.
Heroku can't install bundler
remote: -----> Ruby app detected
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.
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.
remote: !
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:
remote: ! 
remote: ! gzip: stdin: unexpected end of file
remote: ! tar: Child returned status 1
remote: ! tar: Error is not recoverable: exiting now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment