Closed theonewolf closed 13 years ago
I'm not sure what that issue is either. Do you by chance have RVM installed? What happens when you type: $ gem list | grep grit
Requested output:
wolf@wolf-ThinkPad-T400:~/tasks/Tigger$ gem list | grep grit grit (2.4.1)
Maybe we should right a simple test case in Ruby (I'm not a Ruby programmer)?
Also, path issues? Should I lookup where/how grit is installed?
I'm not really a Ruby programmer either so I'm not quite sure how to attack this but I have an idea. If it works for you I'll add it to the project. So in the git repository you're trying to use tigger with type: $ .git/hooks/post-commit And at the top of the file that gets opened up (above "require 'grit'") write: require 'rubygems' Then try committing with that repo and let me know if it works!
Confirmed this works :) No more error messages for me. Thanks for being so prompt!
wolf@wolf-ThinkPad-T400:~/tasks$ git commit -m 'test' Running tigger.... Matching tasks and commit messages. Completed task:
Awesome! Glad I could help :)
Environment
I'm getting this error:
Not sure why, grit seems to be installed: