Reputation: 116
I've got a problem with executing command: rhc setup on Windows 8 I've got following output: http://pastebin.com/JRhfK23B
Thanks Tomasz
Upvotes: 0
Views: 145
Reputation: 11
The problem is in the new version of httpclient.
Use the older version instead:
sudo gem uninstall httpclient
sudo gem install httpclient -v 2.3.4
rhc setup
Upvotes: 1