1

您好,我正在运行 bundle install 并收到以下错误消息。我正在使用 rails 安装工具包@ http://railsinstaller.org/

Errno::EINVAL:无效参数 - C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9。1/cache/tzinfo-0.3.33.gem 安装 tzinfo (0.3.33) 时出错,Bundler 无法继续。

gem install tzinfo -v '0.3.33'在捆绑之前确保成功。

4

1 回答 1

0

I'm on windows and use PIK for ruby version control. I ran

pik gem install tzinfo

that installed gem on all versions of ruby.

then ran bundle install... Had a few other similar errors that I resolved in the same manner.

Bottom line: install gem per the error description.

if you don't use PIK or RVM just run: gem install tzinfo

good luck

于 2012-10-29T15:42:04.373 回答