Published
- 1 min read
fatal: `heroku` does not appear to be a git repository
The solution for this is noted below
fatal: heroku
does not appear to be a git repository
Solution
git add .
git commit -m "heroku commit"
heroku git:remote -a YOUR_APP_NAME
git push heroku master
Try other methods by searching on the site. That is if this doesn’t work