Created
June 4, 2011 01:32
-
-
Save marioaquino/1007445 to your computer and use it in GitHub Desktop.
Git push failure
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
mario:(git)strangeloop[master]/$ git push origin master | |
Counting objects: 9, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (5/5), done. | |
Writing objects: 100% (5/5), 445 bytes, done. | |
Total 5 (delta 4), reused 0 (delta 0) | |
remote: Push worked, but post-receive failed: Connection reset by peer | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:234:in `ensure_connected' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:114:in `process' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:183:in `logging' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:113:in `process' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:38:in `call' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis.rb:428:in `sadd' | |
remote: /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis.rb:427:in `sadd' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `send' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `method_missing' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque.rb:184:in `watch_queue' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque.rb:129:in `push' | |
remote: /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque/job.rb:51:in `create' | |
remote: /data/github/current/lib/rock_queue.rb:58:in `enqueue' | |
remote: /data/github/current/lib/rock_queue.rb:28:in `push' | |
remote: hooks/post-receive:37 | |
To [email protected]:strangeloop/site.git | |
aeaa908..0338f96 master -> master | |
mario:(git)strangeloop[master]/$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment