【发布时间】:2018-05-30 07:33:25
【问题描述】:
我无法将 master 推送到 Heroku 以部署我的 Heroku 应用程序。
当我输入这段代码时:
git push heroku master
我收到此错误:
error: src refspec master does not match any.
error: failed to push some refs to 'git@heroku.com:evening-scrubland-91960.git'
git@heroku.com:evening-scrubland-91960.git 是我的应用程序的名称。
如果有帮助,我将使用此网站作为教程: https://devcenter.heroku.com/articles/getting-started-with-python#deploy-the-app
我还使用了以下网站的以下建议: I want make push and get error: src refspec master does not match any
【问题讨论】: