Created
August 22, 2011 13:51
-
-
Save deedubs/1162411 to your computer and use it in GitHub Desktop.
Github Error on Pull
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
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(-) |
me too
Got it here as well... Some github flaw?
I just had this problem. Any news?
Must be.
What do you think is happening?
I have the same case here in Japan and annoyed.
same on push&clone&pull
same here
Seems to be the issue with anything related to repos on github right now. Quite annoying.
Not just us: http://twitter.com/#!/search/realtime/%40github
Same for me with git push
We had a bad deploy. We are fixing it.
same for me, not clone, not pull not push :-(
+1
its a bad deploy, they are fixing it
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
Same here but with a
git push
.