使用 cf push 时出现 CloudFoundry 错误:刷新身份验证令牌时出错。身份验证请求失败:无效的身份验证令牌:无效的刷新令牌(已过期)
CloudFoundry error when using cf push: Error refreshing auth token. auth request failed: Invalid auth token: Invalid refresh token (expired)
我正在使用 CloudFoundry CLI,在执行 cf push
:
时出现以下错误
Error refreshing auth token. auth request failed: Invalid auth token:
Invalid refresh token (expired)
我一直在使用 cf push
成功,然后它停止工作并出现上述错误。
我使用
再次登录后
cf login -u ...
我能够成功地进行 cf push
。
我正在使用 CloudFoundry CLI,在执行 cf push
:
Error refreshing auth token. auth request failed: Invalid auth token: Invalid refresh token (expired)
我一直在使用 cf push
成功,然后它停止工作并出现上述错误。
我使用
再次登录后cf login -u ...
我能够成功地进行 cf push
。