git - Getting CalendarDateSelect gem to work with Rails 3 -
when follow instructions here , run bundle install
, get:
fetching http://github.com/paneq/calendar_date_select.git c:/ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/source.rb:560:in ``': no such file or directory - git clone "http://github.com/paneq/calendar_date_select.git" "c:/ruby192/lib/ruby/gems/1.9.1/cache/bundler/git/calendar_date_select-32215bd0f96918494c96e788d776d90837363fe4" --bare --no-hardlinks (errno::enoent)
what doing wrong? can see git repository want @ https://github.com/paneq/calendar_date_select/tree/rails3test
.
i sorted way. error message (``': no such file or directory
) obfuscating real problem, git
wasn't on path. hmm.
Comments
Post a Comment