I am trying to unlock an existing application in order to create an intermediate environment separate for the production one, and I am encountering errors no matter what I try.
I definitely have a heroku toolkit and I definitely logged in.
When I run git remote -v, I get the following:
origin https://github.com/account/mysite.git (fetch)
origin https://github.com/account/mysite.git (push)
production git@heroku.com:mysite.git (fetch)
production git@heroku.com:mysite.git (push)
When I run heroku fork -a production staging, I get the following:
Failed to fork app production to staging.
If I type staging, we get the following:
Deleting staging... failed
What bothers me is why he believes that an application called "staging" exists at all, I'm trying to develop it as a new environment.
When I try another sentence in the terminal, I get the following:
heroku fork -a production --confirm staging
Failed to fork app to .
When I try heroku apps:info, I get:
! App not found
. heroku apps:info --app staging heroku apps:info --app production,
! You do not have access to the app staging.
git remote rm staging, , "" :
error: Could not remove config section 'remote.staging'
, , "" , , git push production master,
http://mysite.herokuapp.com, !
- - ?