'git push heroku master' is still asking for authentication

前端 未结 19 2645
囚心锁ツ
囚心锁ツ 2020-12-02 05:37

I have executed:

$ heroku login

But when I try to push, I\'m still asked for authentication:

$ git push heroku master
Usern         


        
19条回答
  •  臣服心动
    2020-12-02 05:45

    I got around this by logging in with the following :

    username : email used to register to heroku (Also been able to leave this field blank)

    password : heroku auth token (API Key)

    where the auth token can be retrieved by $ heroku auth:token or via the Account Settings in Heroku

提交回复
热议问题