With no apparent reason, my github repo is not accepting my pushes:
git push origin master throws a
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
I’m amazed, it’s the first time github is failing me!
Have you experienced anything similar?
It’s a problem on their end — see the latest entry on their status page. (I got the same error when attempting a push about 10 minutes ago.)