別のherokuリモートにプッシュするのに問題があります。
自分自身を確認するために、プロジェクトディレクトリ全体の名前を_backupに変更してから、次のようにしました。
git clone account/repo_name
git remote add repo2 git@heroku.com:repo2.git
git push repo2 branch_abc:master
しかし、私はまだ得ています
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and merge the remote changes
hint: (e.g. 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
私はいくつかのSOの質問と回答を試しましたが、うまくいきませんでした。それでもエラーが発生します。