Skip to content

Instantly share code, notes, and snippets.

@jimsynz
Created May 13, 2011 00:14
Show Gist options
  • Save jimsynz/969727 to your computer and use it in GitHub Desktop.
Save jimsynz/969727 to your computer and use it in GitHub Desktop.
Error when pushing to github...
[12:11][jnh@Marjory]~/Dev/axe.io/thinkinator_firmware$ git push origin vusb-integration
Identity added: /Users/jnh/.ssh/id_rsa (/Users/jnh/.ssh/id_rsa)
Counting objects: 60, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (49/49), done.
Writing objects: 100% (52/52), 97.26 KiB, done.
Total 52 (delta 23), reused 0 (delta 0)
remote: /data/github/current/config/basic/redis.rb:26:in `read': No such file or directory - /data/github/current/config/redis.yml (Errno::ENOENT)
remote: from /data/github/current/config/basic/redis.rb:26:in `read_redis_config'
remote: from /data/github/current/config/basic/redis.rb:33
remote: from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
remote: from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
remote: from /data/github/current/config/basic/resque.rb:3
remote: from /data/github/current/lib/rock_queue.rb:7:in `require'
remote: from /data/github/current/lib/rock_queue.rb:7
remote: from hooks/post-receive:24:in `require'
remote: from hooks/post-receive:24
To git@github.com:axeio/thinkinator_firmware.git
* [new branch] vusb-integration -> vusb-integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment