2013-04-17 3 views
0

asmallorange.com 서버에 Redmine을 설치하려고합니다. 루비와 레일이 함께 설치됩니다. 나는 내가 여기에서 가는가 어디Redmine 설치 문제

[email protected] [~/public_html]# bundle install 
Fetching gem metadata from https://rubygems.org/......... 
Fetching gem metadata from https://rubygems.org/.. 
Resolving dependencies... 
Using rake (10.0.4) 
Using i18n (0.6.1) 
Using multi_json (1.7.2) 
Using activesupport (3.2.13) 

Bundler::GemspecError: Could not read gem at /usr/local/lib/ruby/gems/1.9.1/cach 
e/builder-3.0.0.gem. It may be corrupted. 
An error occurred while installing builder (3.0.0), and Bundler cannot continue. 
Make sure that `gem install builder -v '3.0.0'` succeeds before bundling. 

그때 보석에 입력이

[email protected] [~/public_html]# gem install builder -v '3.0.0' 
Successfully installed builder-3.0.0 
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for test/performance.rb, skipp 
ing 
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping 
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping 
1 gem installed 
[email protected] [~/public_html]# 

을 '3.0.0'빌더 -v를 설치하는 설치 번들 시작?

답변

0

"\ RailsInstaller \ Ruby1.9.3 \ lib \ ruby ​​\ gems \ 1.9.1 \ cache"에서 캐시 파일을 삭제하고 번들 설치를 다시 실행하는 것이 좋습니다.

관련 문제