无法通过CLI登录Bluemix

时间:2016-06-18 22:18:52

标签: ibm-cloud cloudfoundry

我无法使用CLI登录我的Bluemix帐户。

以下是我遵循的步骤:

  1. 从CLI连接到Bluemix

    E:\ myStuff \ Coding \ Node.js \ CloudantDB-NodeApp> bluemix api https://api.ng.bluemix.net 调用'cf api https://api.ng.bluemix.net'...

    将api端点设置为https://api.ng.bluemix.net ... 行

    API端点:https://api.ng.bluemix.net(API版本:2.44.0) 未登录。使用'bluemix login'登录。

  2. 登录Bluemix

  3. 这是我得到的错误 -

    E:\myStuff\Coding\Node.js\CloudantDB-NodeApp>bluemix login -u arindam.chattopadhya@wipro.com -o BAS-CES-IBM INTEGRATION -s DEV
    Invoke 'cf login -u arindam.chattopadhya@wipro.com -o BAS-CES-IBM INTEGRATION -s DEV'...
    
    API endpoint: https://api.ng.bluemix.net
    
    Password>
    Authenticating...
    OK
    
    API endpoint:   https://api.ng.bluemix.net (API version: 2.44.0)
    User:           arindam.chattopadhya@wipro.com
    No org or space targeted, use 'cf target -o ORG -s SPACE'
    FAILED
    Error finding org BAS-CES-IBM
    Organization BAS-CES-IBM not found
    

1 个答案:

答案 0 :(得分:-1)

以下命令有效 -

bluemix login -u arindam.chattopadhya@wipro.com -o 'BAS-CES-IBM INTEGRATION' -s DEV