Tomek
Tomek

Reputation: 116

Rhc setup: undefined method `[]' for nil:NilClass

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

Answers (1)

user3002213
user3002213

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

Related Questions