Rails 3安装在Gem Builder中挂起,并且“无法转换”\xF1“从ASCII-8BIT到UTF-8“ [英] Rails 3 Installation Hangs at Gem Builder with "unable to convert "\xF1" from ASCII-8BIT to UTF-8"

查看:216
本文介绍了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(v。1.6)的Rails:

 为builder-3.0.0安装RDoc文档... 
无法将README中的\xF1从ASCII-8BIT转换为UTF-8,跳过
无法将README.rdoc中的\xF1从ASCII-8BIT转换为UTF-8,跳过**



(Builder版本安装成功2.1.2)



 为rails-3.0.9安装RDoc文档... 
找不到文件'lib'

(Rails版本安装成功3.0.9)

我做了一些研究,但找不到解决方案。看起来我不是唯一遇到这个问题的人。



我应该怎么做才能解决这个问题?

RubyGems无法更改自述文件的编码。 Rails应该工作得很好。


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?

解决方案

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

这篇关于Rails 3安装在Gem Builder中挂起,并且“无法转换”\xF1“从ASCII-8BIT到UTF-8“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆