1

I am trying to install the Openshift client tools using the procedure available here.

At the step requiring to perform rhc set-up, I get the following error message:

enter image description here

I am on a Windows 10 64 bit laptop. Anyone knows how to solve this?

Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453

2 Answers2

1

You are using ruby2.2.0. I had similar problems and I downgraded ruby to 1.9.3 as from the tutorial https://developers.openshift.com/en/getting-started-windows.html#client-tools and it worked at least on my windows 7 64 machine.

Velin Georgiev
  • 2,359
  • 1
  • 15
  • 21
1

Somebody on SO even recently had a problem with Ruby 1.9.3. Try that or Ruby 2.0

fat fantasma
  • 7,483
  • 15
  • 48
  • 66