【发布时间】:2011-03-08 11:32:54
【问题描述】:
当我按照指示 here 并运行 bundle install 时,我得到:
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)
我做错了什么?我可以在https://github.com/paneq/calendar_date_select/tree/rails3test 看到我想要的 GIT 存储库。
【问题讨论】:
标签: git ruby-on-rails-3 rubygems bundler