Vibol
Vibol

Reputation: 1168

Stuck at Fetching gem metadata from http://rubygems.org/

Today I got a new project to work on:

I started bundle install and nothing happen, it's just stuck at Fetching gem metadata from http://rubygems.org/ forever. I went through issues on bundler repo, follow many answers on Stackoverflow, but nothing help.

Why it is stuck here?

Fetching gem metadata from http://rubygems.org/

Upvotes: 1

Views: 2393

Answers (1)

Vibol
Vibol

Reputation: 1168

After hours of researching and playing around, I was able to get it work by not using .rvmrc. I removed the file and just keep using the same ruby version without gemset, et voila the bundle install running perfectly.

I still don't understand what is the main issue of this, really appreciate if anyone can explain it.

Upvotes: 1

Related Questions