Heroku登录和注销不起作用?

问题描述 投票:3回答:2

我在heroku上的帐户被暂停,我正在尝试将其删除“cmd或git bash”;但是,在我的程序中,我无法从该帐户注销。

这是我收到的错误:

$ heroku logout
C:/Users/Romantiku/.heroku/client/lib/heroku/cli.rb:30:in `rescue in start': und
efined method `styled_error' for Heroku::CLI:Class (NoMethodError)
        from C:/Users/Romantiku/.heroku/client/lib/heroku/cli.rb:16:in `start'
        from c:/Program Files (x86)/Heroku/bin/heroku:25:in `<main>'
heroku helpers
2个回答
6
投票

我刚刚以另一个帐户登录。

这处理了注销,因为我没有从命令行看到有关如何注销的明确方法

heroku login
Email: [email protected]
Password: ******

0
投票

从你的cli终端点击命令“Heroku Logout”。

如果错误仍然存​​在,请清除浏览器缓存。这样你就可以再次登录。快乐的编码。

© www.soinside.com 2019 - 2024. All rights reserved.