herokuコマンドを実行するたび、
▸ Error: Multiple apps in git remotes
▸ Usage: heroku logs --remote edwin
▸ or: heroku logs --app oomen
▸
▸ Your local git repository has more than 1 app referenced in git remotes.
▸ Because of this, we can't determine which app you want to run this command against.
▸ Specify the app you want with --app or --remote.
▸
▸ Heroku remotes in repo:
▸ edwin (oomen)
▸ heroku (intense-castle-74772)
といったエラーがでます。
今回はheroku logsコマンドで出ましたが、他にも幾つかのコマンドで再現されます。。。
単純に英訳すると、リモートが複数あるからエラーが出ていると言われていると思うのですが、、、(確かに幾つかプッシュしたものがリモートリポジトリ上にあると思います)
これらはどうやって解決するのでしょうか。。。
もしかして、リモートリポジトリ上のものを一つを残して消去せねばならないのでしょうか・・・?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。