ルビー 2.0 とバンドラー 1.3.5 を使用している Windows 2007 ボックスを使用しています。
gem install を使用して問題なく gem をインストールできる発行者がいますが、bundle install では一貫して次の結果が得られます。
C:\src\ruby_test>bundle install
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Gem::RemoteFetcher::FetchError: EOFError: end of file reached (https://rubygems.
org/gems/rake-10.1.0.gem)
An error occurred while installing rake (10.1.0), and Bundler cannot continue.
Make sure that `gem install rake -v '10.1.0'` succeeds before bundling.
私はプロキシの背後で実行しており、cntlm を使用してバイパスしています (http_proxy 変数を使用)。なぜgemのインストールは機能するのにバンドラーが機能しないのか、私は途方に暮れています。