我部署到heroku:git push heroku master
然后我尝试:heroku运行rake db:migrate但是它显示了这个问题:
error: src refspec logs does not match any.
error: failed to push some refs to 'git@heroku.com:appname.git'
请帮我解决这个问题。
答案 0 :(得分:0)
您可能只需要先提交:
git commit -m "something"
假设您已为登台添加了文件。
答案 1 :(得分:0)
尝试使用git push -f git@heroku.com:appname.git
答案 2 :(得分:0)