Когда я git push heroku master
, я получаю:
! No such app as sleepy-headland-6232.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Когда я делаю git remote -v
, я получаю:
heroku [email protected]:sleepy-headland-6232.git (fetch)
heroku [email protected]:sleepy-headland-6232.git (push)
origin [email protected]:fackthisshit/github.git (fetch)
origin [email protected]:fackthisshit/github.git (push)
Поэтому я делаю git remote add heroku [email protected]:sleepy-headland-6232.git
, но потом я получаю fatal: remote heroku already exists
.
Это как бесконечный прогон балки. Как я могу выйти из этого цикла?