ruby - bundle install FetchError EOFError -


i on windows 2007 box using ruby 2.0 , bundler 1.3.5

i have issuer can install gems fine using gem install bundle install consistently yields following:

c:\src\ruby_test>bundle install fetching gem metadata https://rubygems.org/....... fetching gem metadata https://rubygems.org/..  gem::remotefetcher::fetcherror: eoferror: end of file reached (https://rubygems. org/gems/rake-10.1.0.gem) error occurred while installing rake (10.1.0), , bundler cannot continue. make sure `gem install rake -v '10.1.0'` succeeds before bundling. 

i running behind proxy , using cntlm bypass (using http_proxy variable). @ loss why gem installs work bundler can't.

it's possible proxy doesn't support https:// type communication.

you might want tweak header of gemfile read:

source 'http://rubygems.org/` 

Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -