Skip to content

Instantly share code, notes, and snippets.

@carlhoerberg
Created January 27, 2012 15:52
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 carlhoerberg/1689407 to your computer and use it in GitHub Desktop.
Save carlhoerberg/1689407 to your computer and use it in GitHub Desktop.
github push error
cloudpostgres (monitor)$ git push
Counting objects: 33, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (18/18), done.
Writing objects: 100% (18/18), 2.26 KiB, done.
Total 18 (delta 13), reused 0 (delta 0)
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::TransformUserIntoOrg":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
To git@github.com:carlhoerberg/cloudpostgres.git
3b94641..f14cd80 monitor -> monitor
@opensas
Copy link

opensas commented Jan 27, 2012

yeap, same error here

sas@ubuntu:~/devel/apps/openshift/openshift$ git push origin
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 382 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method constantize' for "GitHub::Jobs::TransformUserIntoOrg":String (NoMethodError) remote: from /data/github/current/lib/github/config/resque.rb:26:ineach'
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:inrequire'
remote: from hooks/post-receive:27
To git@github.com:opensas/openshift.git
e244baf..49743d3 master -> master

after that the push is not commited...

@Ocramius
Copy link

Same here... http://status.github.com/ reports work in progress.

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