Rails 3 Installation Hangs at Gem Builder with “unable to convert ”\xF1“ from ASCII-8BIT to UTF-8”

旧街凉风 提交于 2019-12-07 05:40:38

问题


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?


回答1:


RubyGems just couldn't change the encoding for the README. Rails should work perfectly fine.



来源:https://stackoverflow.com/questions/6858709/rails-3-installation-hangs-at-gem-builder-with-unable-to-convert-xf1-from-as

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!