Skip to content

Instantly share code, notes, and snippets.

@dain
Created August 29, 2013 19:17
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 dain/6382245 to your computer and use it in GitHub Desktop.
Save dain/6382245 to your computer and use it in GitHub Desktop.
Github remote stacktrace
$ git push foo master
Counting objects: 206, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (104/104), done.
Writing objects: 100% (164/164), 16.23 KiB, done.
Total 164 (delta 86), reused 89 (delta 42)
remote: /data/github/current/lib/github/logger.rb:1:in `require': cannot load such file -- scrolls (LoadError)
remote: from /data/github/current/lib/github/logger.rb:1:in `<top (required)>'
remote: from /data/github/current/lib/github.rb:13:in `require'
remote: from /data/github/current/lib/github.rb:13:in `<top (required)>'
remote: from /data/github/current/config/basic.rb:211:in `require'
remote: from /data/github/current/config/basic.rb:211:in `<top (required)>'
remote: from /usr/share/rbenv/versions/1.9.3-p231-tcs-github/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
remote: from /usr/share/rbenv/versions/1.9.3-p231-tcs-github/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
To git@github.com:foo/bar.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@github.com:foo/bar.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment