Avatar

Araz Gholami

Hi, I'm @arazgholami, Programmer, Blogger and Explorer.
I create things and make them better. I'm a repairer, not replacer.
I love to transform complex things to simple things.

Resolving Issues with Ruby Gem Repositories

If you have recently experienced problems connecting to Gem repositories (Ruby package management), it's likely due to HTTPS restrictions. To resolve this, you can switch the default repositories to HTTP. Use the following commands in your terminal:
gem source -r https://rubygems.org
gem source -a http://rubygems.org
Araz Gholami · · MD · TXT
Share: https://arazgholami.com/resolving-issues-with-ruby-gem-repositories

Leave a comment




Comments

Subscribe to my 📶 RSS or submit your email here and I'll send you my last articles directly to your email.
No spam. I promise.