Я уже запустил следующие коды и все прошло гладко:
git init
git add .
git commit —m 'name'
heroku create
Но когда я запускаю этот код:
git push heroku master
Я получаю эту ошибку:
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.