Question:
I’m hosting on Heroku. When I push:
1 2 |
git push master Heroku |
I get the error:
1 2 3 |
error: src refspec master does not match any. error: failed to push some refs to 'git@heroku.com: etc ...' |
Answer:
This is work for me:-
1 2 |
git push heroku HEAD:master |