Guys getting this error any clue, the rubygems.org is up and when i download single gem it does.
如果有人发现了这个错误,rubygems.org就会出现,当我下载一个gem的时候,它就会出现。
bundle install
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Using rake (0.9.2)
Net::HTTPServerException: 403 "Forbidden"
An error occurred while installing i18n (0.6.1), and Bundler cannot continue.
Make sure that `gem install i18n -v '0.6.1'` succeeds before bundling.
Any clue on this?
任何线索吗?
1 个解决方案
#1
6
Using http instead of https in your Gemfile should do the trick.
在Gemfile中使用http而不是https应该可以达到这个目的。
Use:
使用:
http://rubygems.org
#1
6
Using http instead of https in your Gemfile should do the trick.
在Gemfile中使用http而不是https应该可以达到这个目的。
Use:
使用:
http://rubygems.org