ssh キーを管理するシステムを取得できません。
アプリケーションをHerokuにプッシュしたいので、プッシュしようとしたのですがエラーになってしまいました。
ここに私のログがあります
$ git push heroku master
! Your key with fingerprint bf:f6:ed:14:9d:cd:52:a2:a3:16:b2:e9:b4:f2:bf:ba is not authorized to access warm-samurai-6574.
fatal: The remote end hung up unexpectedly
User@PK /e/examples (master)
$ heroku keys:add
Found existing public key: C:/Users/User/.ssh/id_rsa.pub
Uploading SSH public key C:/Users/User/.ssh/id_rsa.pub
!This key is already in use by another account. Each account must have a unique key.
User@PK /e/examples (master)
$ heroku keys
=== 1 key for denys.medynskyi@gmail.com
ssh-rsa AAAAB3NzaC...etyxYh4Q== User@PK
すべてのアカウントには独自の ssh キーがあります。sshキーがherokuにプッシュしているため、どのコンピューターからでもプッシュできますか?
heroku のすべてのアプリケーションは、独自の ssh キーを持っている必要がありますか?