Heroku 推送问题
Heroku pushing issue
当我 运行 我在 heroku 上的应用程序时,我得到的就是这个
Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.
所以我尝试使用此命令将我的应用程序推送到 heroku
git push heroku master
我得到这个错误:错误:src refspec master 不匹配任何
错误:无法将某些引用推送到 'heroku'
有什么解决办法吗?
您的 Git 存储库没有名为 heroku
的 ref
。
尝试关注 this post.
当我 运行 我在 heroku 上的应用程序时,我得到的就是这个
Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.
所以我尝试使用此命令将我的应用程序推送到 heroku
git push heroku master
我得到这个错误:错误:src refspec master 不匹配任何 错误:无法将某些引用推送到 'heroku'
有什么解决办法吗?
您的 Git 存储库没有名为 heroku
的 ref
。
尝试关注 this post.