📜  错误:找不到该应用程序. » » 错误 ID:not_found - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:13.305000             🧑  作者: Mango

代码示例1
Solved it. Just sharing for future searches.

The issue was fixed by running git init and then heroku git:remote -a worldofwarcraft-api in my command line while inside my repositories folder. This initialized git in the repo and then set the heroku git remote to that repository.

Hopefully, this helps anyone else who had a similar issue.