Rails 3 安装在 Gem Builder 中挂起,并显示“无法转换“\xF1”从 ASCII-8BIT 到 UTF-8”

发布于 2024-11-26 22:06:47 字数 727 浏览 3 评论 0原文

我遵循了本教程 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷…雨湿花 2024-12-03 22:06:48

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文