我尝试在heroku上使用su,但不确定heroku使用哪个密码进行身份验证,有人知道这一点吗?谢谢。
发布于 2021-10-20 14:36:08
heroku accounts:remove»您拥有的帐户名称
heroku accounts:remove
然后是git config --unset heroku.account
git config --unset heroku.account
heroku accounts:add personal
然后登录
https://stackoverflow.com/questions/69647954
相似问题