基本的問題就是我嘗試要安裝GEM的時候,
會出現和SSL有關的錯誤訊息。
我試過很多方法都沒有效,
也在stackoverflow上問過了,
詳情:http://goo.gl/xkR5Ll
不過基本上沒有什麼有效的建議。
來這邊問問看,看有什麼好方法。
錯誤訊息:
Gem::RemoteFetcher::FetchError:
SSL_connect returned=1 errno=0 state=unknown state: unknown protocol
(https://s3.amazonaws.com/production.s3.rubygems.org/gems/jquery-rails-3.1.0.gem)
An error occurred while installing jquery-rails (3.1.0), and Bundler cannot
continue.
Make sure that `gem install jquery-rails -v '3.1.0'` succeeds before bundling.
其他的debug資訊:
https://gist.github.com/Unicellular/8948231