'git push heroku master' is still asking for authentication

前端 未结 19 2643
囚心锁ツ
囚心锁ツ 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 06:06

    It was possible to log in using Heroku API Key (Account Settings -> API Key) as mentioned by @andy mccullough, however, logging in was needed every time.

    git fetch
    

    resolved the issue in my case.

提交回复
热议问题