gem install bundler error

0

Eu sou novato aqui. Quando tentei instalar gem install bundler , me deu

ERROR:  Could not find a valid gem 'bundler' (>= 0) in any repository
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    bad response Forbidden 403 (http://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz)

Então eu preciso instalar o 'bundler'?

    
por Mohamed Hadhoud 14.09.2015 / 16:17

1 resposta

0

fazendo algumas pesquisas (graças à invenção do Google ^ _ ^), descobri que seu problema está sendo questionado se você estiver por trás de um proxy, firewall ou software antivírus. A solução mais rápida é alterar seu endereço de origem de gema de https://rubygems.org para http://rubygems.org com o seguinte comando:

gem sources -a http://rubygems.org

confirme com y e tente novamente

    
por AlexGreg 14.09.2015 / 16:33