1

I am trying to install OpenShift client tools with

C:\> gem install rhc

but it is giving error

ERROR:  Could not find a valid gem 'rhc' (>= 0) in any repository

how to avoid it and install rhc.

Cyclotron3x3
  • 2,188
  • 23
  • 40

1 Answers1

9
gem sources --remove https://rubygems.org/
gem sources --add http://rubygems.org/
Flavio Rossi
  • 101
  • 1
  • 5