没有明显的理由,我的github回购不接受我的推动:
git push origin master
抛出
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::WikiReceive":String (NoMethodError)
remote: from /data/github/current/lib/github/config/resque.rb:26:in `each'
remote: from /data/github/current/lib/github/config/resque.rb:26
remote: from /data/github/current/lib/rock_queue.rb:9:in `require'
remote: from /data/github/current/lib/rock_queue.rb:9
remote: from hooks/post-receive:27:in `require'
remote: from hooks/post-receive:27
我很惊讶,这是github第一次让我失望!
你有过类似的经历吗?
答案 0 :(得分:3)
这是他们的问题 - 请参阅其状态页面上的latest entry。 (大约10分钟前尝试推送时我遇到了同样的错误。)
答案 1 :(得分:2)
他们的post-receive挂钩错误。查看状态页面 - http://status.github.com/
提示是,错误前面有remote
。这意味着输出和错误来自github端的远程钩子。