I am trying to install the gem from https://github.com/raid5/paths_of_glory/tree/rails3
When I put the following line of code in my gemfile as specified in step 1 of the readme:
gem 'paths_of_glory', :git => 'git://github.com/raid5/paths_of_glory.git', :branch => 'rails3'
I then run "bundle install" and get the following message:
Fetching git://github.com/raid5/paths_of_glory.git C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/source.rb:559:in
': No such file or directory - git clone "git://github.com/raid5/paths_of_glory .git" "C:/Ruby192/lib/ruby/gems/1.9.1/cache/bundler/git/paths_of_glory-e6d58ab38 da51ed00031d8072c6aad8102babf9e" --bare --no-hardlinks (Errno::ENOENT) from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/sourc e.rb:559:in
git' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/sourc e.rb:618:in
cache'
...(Several more lines of from)
from C:/Ruby192/bin/bundle:19:in `load' from C:/Ruby192/bin/bundle:19:in `<main>'
Any idea what's going wrong? I appreciate it. I'm using rails 3 and my os is window 7.
This may not be your issue, but that's the error I'd expect to see if you didn't have git installed. If you haven't installed it yet, make sure you install it with the command line options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With