我试图在我的Windows系统上安装openshift客户端工具。我已经安装了ruby和git作为它的先决条件。我还使用gem install rhc在我的系统上安装了rhc包。但是,当我键入rhc setup(连接到OpenShift并设置您的密钥和域)时,我收到以下错误。
无法连接到服务器(因为目标无法建立连接 机器主动拒绝了。 - connect(2)(https://openshift.redhat.com:443))。 检查您是否正确指定了OpenShift服务器 'https://openshift.redhat.com/broker/rest/api'
我想可能是因为我在公司网络上并尝试以下设置代理,但它给了我无效的选项。 C:> rhc setup --http-proxy =“http:// username:password @ proxy_ip:port” 无效选项: - http-proxy =“http:// username:password @ proxy_ip:port”
任何人都可以指导我。任何帮助将不胜感激。
答案 0 :(得分:1)
我意识到这是一个老问题,但我有类似的错误:
Unable to connect to the server (getaddrinfo: nodename nor servname provided,
or not known (https://openshift.redhat.com:443)). Check that you have correctly
specified your OpenShift server 'https://openshift.redhat.com/broker/rest/domains'.
我去了openshift网站并使用相同的用户名/密码/域名在那里创建了我的第一个应用程序。然后,当我重新运行rhc setup
时,它已成功完成。
答案 1 :(得分:0)
我有相同的例外" 407"
我设置HTTP_PROXY env变量。我怀疑rhc没有读取那个env变量...我也将http_proxy设置为.gemrc文件,但总是会出现错误。
答案 2 :(得分:0)
我有同样的例外,我输入了我注册的电子邮件:myuser@gmail.com
,但是我输入了域名为OpenShift的电子邮件,我的意思是,我输入了myuser@openshift.redhat.com
这对我有用