2

「Create Heroku App Template」で新しいプロジェクトを作成しようとするとこのエラーが発生しますが、heroku アカウントにアプリケーションが正常にデプロイされていることを確認できます。

    We have encountered a problem creating your application: arcane-citadel-9718. This could be due to the Eclipse SSH key is not matching the SSH key(s) that is associated with your Heroku account. To fix this error, you can: - Associate your SSH key to your Heroku account by going to "Preferences" OR - If the SSH Key is correct, restart Eclipse.
git@heroku.com:arcane-citadel-9718.git: reject HostKey: heroku.com

このエラーを修正するにはどうすればよいですか?

4

5 に答える 5

1

git リポジトリが別の場所でホストされているようです。トリックは、その IP を既知のホストに追加することです。これは、端末を介してアプリを複製するときに自動的に行われます。

git clone git@heroku.com:myappname.git

次に、Eclipse でインポートすることもできます。

于 2013-12-10T17:34:39.307 に答える
1

これにアクセスしてください -エラーの解決: Eclipse SSH キーが Heroku アカウントに関連付けられている SSH キーと一致しません

于 2014-07-27T02:17:23.197 に答える