2011-11-23 45 views
0

所以我試圖運行ruby gem rest-client和gem安裝,但是後來我得到ri和RDoc文件的錯誤信息。rails rest-client 1.6.7 gem doc ri和RDoc錯誤

ERROR: rdoc/README_rdoc.html: incompatible encoding regexp match (UTF-8 regexp with IBM437 string) (Encoding::CompatibilityError) 

rdoc lib README.rdoc history.md --title rest-client-1.6.7 Documentation --quiet 

我試圖與寶石做安裝其餘的客戶端 - 1.6.7 --no-RDoc的--no裏,但它說,他們無法找到有效的寶石「休息,客戶端1.6。 7'

+0

你使用的是Windows嗎? – Abe

回答

0

我在Windows中遇到了同樣的問題。 This對我有效:

> set RDOCOPT="--encoding=UTF-8" 
> gem install heroku 
相關問題