$ gem install jekyll
sh.exe": /c/ruby/bin/gem: C:/ruby/bin: bad interpreter: Permission denied
when i am running gem install jeklly in git Bash,who can tell me how to change the permission.
the OS is windows xp.
thanks a lot!
RubyGems Environment:
- VERSION: 0.9.4 (0.9.4)
- INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8
- GEM PATH:
- c:/ruby/lib/ruby/gems/1.8
- REMOTE SOURCES:
- http://gems.rubyforge.org
try changing the ownership of the ruby folder to the current user..
Or try opening the cmd as an administrator by right-cliking
cmd -> run as administrator