I want make push and get error: src refspec master does not match any

后端 未结 16 1999
梦如初夏
梦如初夏 2020-12-02 12:16

I\'m hosting on Heroku. I want to make a push:

git push master Heroku

I gets the message:

error: src refspec master does no         


        
16条回答
  •  日久生厌
    2020-12-02 12:39

    This is a late answer, but might help someone.

    instead of this:

    git push master Heroku
    

    try:

    git push heroku master
    

提交回复
热议问题