Eclipse:我的SSH密钥与我的Heroku Acct关联的SSH密钥不匹配

问题描述:

当我尝试通过创建Heroku应用程序模板创建新项目时,我收到此错误,但是,我可以成功地查看部署在我的英文字符串中的应用程序。

I get this error when I try to create new project via "Create Heroku App Template", however, I can successfully see the application deployed in my heroku acct.

    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

如何解决这个错误?