Skip to content

Instantly share code, notes, and snippets.

@dalekurt
Created November 8, 2014 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalekurt/b9276709e17485706e8e to your computer and use it in GitHub Desktop.
Save dalekurt/b9276709e17485706e8e to your computer and use it in GitHub Desktop.
git-push-baz-master-error-log
git push bar master
Counting objects: 4106, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1404/1404), done.
Writing objects: 100% (4106/4106), 21.00 MiB | 70.00 KiB/s, done.
Total 4106 (delta 2587), reused 4028 (delta 2521)
-----> Cleaning up ...
remote: Cloning into '/tmp/tmp.7yvmXCCEWQ'...
-----> Building bar ...
remote: warning: You appear to have cloned an empty repository.
remote: done.
remote: HEAD is now at 426a805... Remove Apartment initializer
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.1.3
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Fetching gem metadata from https://rubygems.org/.........
Using json 1.8.1
Installing i18n 0.6.11
Installing rake 10.3.2
Installing thread_safe 0.3.4
Installing minitest 5.4.1
Installing builder 3.2.2
Installing erubis 2.7.0
Installing mime-types 1.25.1
Installing rack 1.5.2
Installing polyglot 0.3.5
Installing arel 5.0.1.20140414130214
Installing mini_portile 0.6.0
Installing coffee-script-source 1.8.0
Installing execjs 2.2.1
Installing thor 0.19.1
Installing sass 3.2.19
Installing tilt 1.4.1
Installing bcrypt 3.1.7
Installing hike 1.2.3
Using bundler 1.6.3
Installing multi_json 1.10.1
Installing rails_serve_static_assets 0.0.2
Installing rails_stdout_logging 0.0.3
Installing rake-progressbar 0.0.5
Installing tzinfo 1.2.2
Installing rdoc 4.1.2
Installing rack-test 0.6.2
Installing treetop 1.4.15
Installing coffee-script 2.3.0
Installing uglifier 2.5.3
Installing font-awesome-sass 4.2.0
Installing haml 4.0.5
Installing sprockets 2.11.0
Installing pg 0.17.1
Installing rails_12factor 0.0.3
Installing sdoc 0.4.1
Installing activesupport 4.1.0
Installing actionview 4.1.0
Installing mail 2.5.4
Installing jbuilder 1.5.3
Installing activemodel 4.1.0
Installing nokogiri 1.6.3.1
Installing xpath 2.0.0
Installing actionpack 4.1.0
Installing actionmailer 4.1.0
Installing activerecord 4.1.0
Installing capybara 2.4.1
Installing railties 4.1.0
Installing sprockets-rails 2.1.4
Installing kaminari 0.16.1
Installing coffee-rails 4.0.1
Installing jquery-rails 3.1.2
Installing sass-rails 4.0.3
Installing rails 4.1.0
Installing turbolinks 2.3.0
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Post-install message from haml:
HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
your application:
* Support for Ruby 1.8.6 dropped
* Support for Rails 2 dropped
* Sass filter now always outputs <style> tags
* Data attributes are now hyphenated, not underscored
* html2haml utility moved to the html2haml gem
* Textile and Maruku filters moved to the haml-contrib gem
For more info see:
http://rubydoc.info/github/haml/haml/file/CHANGELOG.md
Bundle completed (66.17s)
Cleaning up the bundler cache.
!
! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 30 --max-time 30 http://nodejs.org/dist/v0.10.30/node-v0.10.30-linux-x64.tar.gz -s -o - | tar zxf - node-v0.10.30-linux-x64/bin/node' failed unexpectedly:
!
! gzip: stdin: invalid compressed data--format violated
! tar: Unexpected EOF in archive
! tar: Unexpected EOF in archive
! 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