“Couldn't find that app.” when running heroku commands in console

对着背影说爱祢 提交于 2019-12-05 22:15:28

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.

In my case, someone renamed GitHub repo and I tried to find Heroku app with new GitHub name

It helps me

heroku apps
heroku git:remote -a YOUR_APP
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!