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
どうすれば修正できますか?
ありがとう、
スティーブン。