【发布时间】:2021-12-15 02:47:36
【问题描述】:
当我在 heroku 上运行我的应用程序时,我得到的就是这个
Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.
所以我尝试使用此命令将我的应用推送到 heroku
git push heroku master
我得到这个错误:error: src refspec master does not match any 错误:未能将一些引用推送到“heroku”
请问有什么解决办法吗?
【问题讨论】:
标签: javascript node.js express heroku