Unable to use heroku gem cli after password changes

后端 未结 6 1862
攒了一身酷
攒了一身酷 2021-02-04 02:37

I changed my password via the web interface. And now I can\'t run any command that requires authentication. Password is using plain ASCII, nothing fancy, no Unicode, weird non-p

6条回答
  •  深忆病人
    2021-02-04 03:37

    You can also try this:

    $ heroku accounts:remove your_app
    

    followed immediately by

    $ heroku accounts:add your_app
    

    Enter your email and your new password, and you should be good to go.

提交回复
热议问题