我有工作的应用程序(Availible here tandtpartners.herokuapp.com)
但是我
remote: ! The requested API endpoint was not found. Are you using the right HTTP verb (i.e. GET vs. POST), and did you specify your intended version with the Accept header?
在尝试再次部署应用程序时遇到了错误.
甚至当我克隆这个应用程序到另一个文件夹,并添加了一些!到index.html,我收到了同样的错误.
C:\heroku\2\tandtpartners>git status
On branch master
Your branch is up-to-date with 'heroku/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: hello/templates/index.html
C:\heroku\2\tandtpartners>git commit -m "Changed only index html"
[master 8a56e0d] Changed only index html
1 …Run Code Online (Sandbox Code Playgroud)