0

when I run my app on heroku all I get is this

Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.

so I tried to push my app to heroku using this command

git push heroku master

I get this error: error: src refspec master does not match any error: failed to push some refs to 'heroku'

any solutions please?

Rabie
  • 49
  • 7

1 Answers1

1

Your Git Repository does not have a ref named heroku.
Try following this post.

Capt 171
  • 665
  • 5
  • 15