执行推送时报错
执行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
关于 LearnKu
推荐文章: