我在 Heroku 上的生产应用程序运行良好,但我在尝试添加临时应用程序时遇到了麻烦:
$ heroku list
=== My Apps
testivate
testivate-staging
$ git remote -v
heroku git@heroku.com:testivate.git (fetch)
heroku git@heroku.com:testivate.git (push)
$ heroku git:remote -a testivate-staging
! Git remote heroku already exists
发生了什么事,我该如何解决?
谢谢,
史蒂文。