当我按照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存储库。
发布于 2011-03-11 00:25:57
顺便说一下,我把这个整理好了。那个错误消息(``': No such file or directory)混淆了真正的问题,那就是git不在我的路径上。嗯。
发布于 2011-06-29 21:47:21
到目前为止,我在Panque版本上遇到了问题,它以前是有效的,但现在不行了,我认为最好的选择可能是使用JQuery的datepicker,因为它不会绑定到Rails版本,而且是稳定的。
https://stackoverflow.com/questions/5231872
复制相似问题