I'm deploying an app on Heroku.
And when I want to do the pushing to heroku with the command git push heroku master
I have this error in the terminal:
error: src refsoec master: no concuerda con ninguno
error: falló el push de algunas referencias a 'https://git.heroku.com/quiet-wildwood-34710.git'
Someone knows the solution? Thanks
This issue could be due to git remote origins. Rather than Heroku git, use Github repository to publish your app on Heroku. You can find this option under the deploy section of your Heroku app. Just connect the Github repository and enable automatic deploys. You are just done for now and in the future, if you update your Github repository, Heroku will make automatic deploys.