2014-08-28 57 views
2

我克隆了一個RoR項目並試圖運行它。我沒有安裝捆綁軟件,並確保一切正常。之後,我跑了'軌道服務器',並得到這個消息。某處有什麼東西壞了嗎?我應該重新安裝一些東西嗎?謝謝運行rails服務器時出錯:你能猜到出了什麼問題嗎?我該如何解決它?

$ rails server 
/home/jck/.rvm/gems/ruby-2.1.2/gems/aws-s3-0.6.2/lib/aws/s3.rb:11:in `require': /home/jck/.rvm/gems/ruby-2.1.2/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError) 
from /home/jck/.rvm/gems/ruby-2.1.2/gems/aws-s3-0.6.2/lib/aws/s3.rb:11:in `<top (required)>' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:76:in `require' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:72:in `each' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:72:in `block in require' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:61:in `each' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler/runtime.rb:61:in `require' 
from /home/jck/.rvm/gems/[email protected]/gems/bundler-1.6.2/lib/bundler.rb:132:in `require' 
from /home/jck/www/Movie-Catalogue/config/application.rb:7:in `<top (required)>' 
from /home/jck/.rvm/gems/ruby-2.1.2/gems/railties-3.0.0/lib/rails/commands.rb:28:in `require' 
from /home/jck/.rvm/gems/ruby-2.1.2/gems/railties-3.0.0/lib/rails/commands.rb:28:in `block in <top (required)>' 
from /home/jck/.rvm/gems/ruby-2.1.2/gems/railties-3.0.0/lib/rails/commands.rb:27:in `tap' 
from /home/jck/.rvm/gems/ruby-2.1.2/gems/railties-3.0.0/lib/rails/commands.rb:27:in `<top (required)>' 
from script/rails:6:in `require' 
from script/rails:6:in `<main>' 

回答

0

這是aws-s3寶石中的known bug。票證中有一個證明(但沒有合併)的修復。

相關問題