我试图在openshift中拖尾我的应用程序,但它要求我登录。但我已经登录了。我做了
rhc account -l <email>
#adding password
Login <email> on openshift.redhat.com
-----------------------------------------------
ID: <id>
Plan: Free
Gears Used: 2
Gears Allowed: 3
Domains Allowed: 1
Allowed Gear Sizes: small
SSL Certificates: no
但是当我尝试拖动我的应用程序时,它要求我重新登录
rhc tail beta
Please sign in to start a new session to openshift.redhat.com.
Password:
我是否需要添加其他内容?运行rhc setup
而不是account -l
更好吗?
rhc setup -l <email>
但使用
时,在setup命令的帮助中没有说明-l
标志
rhc help setup
答案 0 :(得分:0)
尝试使用rhc logout命令,然后只运行rhc setup而不使用-l,看看是否有帮助。否则你可以尝试删除〜/ .openshift目录,然后再次运行rhc setup,然后让你重新创建文件。它应该询问您是否要创建授权密钥,这样您就不必继续输入密码。