I deployed to heroku: git push heroku master
then I try: heroku run rake db:migrate but it’s show this issue:
error: src refspec logs does not match any.
error: failed to push some refs to 'git@heroku.com:appname.git'
Please help me solved this issue.
this is stupid issue. I have the issue same you. I add alias on .bashrc file. alias heroku = ‘git push heroku master’. this is reason when you run heroku always show this issue. remove this line. I’m sure it will solved your issue.