Answers for "heroku' does not appear to be a git repository github actions"

6

fatal: 'heroku' does not appear to be a git repository

heroku git:remote -a yourApp
Posted by: Guest on April-29-2021
-1

fatal: 'heroku' does not appear to be a git repository

git add .
git commit -m "heroku commit"

heroku git:remote -a YOUR_APP_NAME

git push heroku master
Posted by: Guest on March-09-2022

Code answers related to "heroku' does not appear to be a git repository github actions"

Browse Popular Code Answers by Language