我最初有一个默认名称 heroku 设置的应用程序。但是我想改变这一点,所以我有两个应用程序,一个登台和生产应用程序。按照这里的heroku指南,我想我已经开始工作了,正在运行git remote -v
节目
heroku git@heroku.com:oldapp.git (fetch)
heroku git@heroku.com:oldapp.git (push)
staging git@heroku.com:newapp.git (fetch)
staging git@heroku.com:newapp.git (push)
但我现在想将 heroku 的名称更改为“生产”。运行heroku apps:rename production --app heroku
结果:
Renaming heroku to production... failed
! You do not have access to the app heroku.
有任何想法吗?