'git push heroku master' is still asking for authentication

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

    What I did was open git bash instead of command prompt and type "git push heroku master". It worked :D

    0 讨论(0)
提交回复
热议问题