在進行安裝bundle時,會出現以下的錯誤。
# gem install bundle
ERROR: Could not find a valid gem ‘bundle’ (>= 0), here is why:
Unable to download data from https://rubygems.org/ - Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/latest_specs.4.8.gz)ruby
這種狀況,是被牆了。markdown
# gem sources --remove https://rubygems.org/
# gem sources -a http://ruby.taobao.org/
# gem sources -a https://ruby.taobao.org/
# gem sources -l
# gem install bundle
Fetching: bundler-1.10.6.gem (100%) Successfully installed bundler-1.10.6