执行推送时报错
执行git push heroku master
命令报错:
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决办法是先执行如下命令后再推送:
heroku git:remote -a yourapp
感谢,困扰了一天终于解决了