Rails 3 安装在 Gem Builder 中挂起,并显示“无法转换“\xF1”从 ASCII-8BIT 到 UTF-8”
我遵循了本教程 http://pragmaticstudio.com/blog/2010 /9/23/install-rails-ruby-mac 在 Mac OS X (Lion 10.7) 上安装 Ruby on Rails。
一切都很顺利,直到我用 rvm 安装 Rails(v.1.6)时收到以下消息:
Installing RDoc documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping**
(Builder 版本成功安装了 2.1.2)
和
Installing RDoc documentation for rails-3.0.9...
file 'lib' not found
(Rails 版本成功安装了 3.0.9)
我做了一些研究,但找不到解决方案。看来我不是唯一一个遇到这个问题的人。
我应该怎么做才能解决这个问题?
I followed this tutorial http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac to install Ruby on Rails on Mac OS X (Lion 10.7).
Everything went fine until I installed Rails with rvm (v. 1.6) when I received the following messages:
Installing RDoc documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping**
(Builder version succesfully installed 2.1.2)
and
Installing RDoc documentation for rails-3.0.9...
file 'lib' not found
(Rails version succesfully installed 3.0.9)
I did some research but couldn't find a solution. It looks like I am not the only one to having this problem.
What should I do to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RubyGems 无法更改自述文件的编码。 Rails 应该工作得很好。
RubyGems just couldn't change the encoding for the README. Rails should work perfectly fine.