令牌在Bluemix中过期的问题

尝试创build容器组时,我遇到了一个经常性的问题:

确切的消息是:

INFO: 2017/03/23 15:50:19 Auth Error: { "code": "IC5029E", "description": "Your access token is expired. Run 'cf ic init' to refresh your access token.", "environment": "prod-dal09", "host_id": "177", "incident_id": "3494-1490302258.491-1326411", "name": "ExpiredToken", "rc": "401", "type": "Authorization" } FAILED A problem occurred with the login. Your session might have expired. Use "cf ic login" to log in again. 

我执行了:

cf ic logincf ic init但问题仍然存在。

谢谢