Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created August 22, 2011 13:51
Show Gist options
  • Save deedubs/1162411 to your computer and use it in GitHub Desktop.
Save deedubs/1162411 to your computer and use it in GitHub Desktop.
Github Error on Pull
git pull
remote: Counting objects: 37, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 22 (delta 12), reused 21 (delta 11)
Unpacking objects: 100% (22/22), done.
/data/github/current/lib/github/config/failbot.rb:5: undefined method `setup' for Failbot:Module (NoMethodError)
from /data/github/current/config/basic.rb:168:in `require'
from /data/github/current/config/basic.rb:168
from hooks/post-upload-pack:5:in `require'
from hooks/post-upload-pack:5
From github.com:deedubs/###
3a02d73..9f6cd5c master -> origin/master
Updating 3a02d73..9f6cd5c
Fast-forward
## | 7 +-
## | 183 ++++++++++++++++++-----------------
## | 2 +-
## | 7 +-
4 files changed, 103 insertions(+), 96 deletions(-)
@o
Copy link

o commented Aug 22, 2011

Oh, now i pushed without problem. I thought problem was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment