$ heroku keys:add
Found existing public key: C:/Users/Andre/.ssh/github_rsa.pub
Uploading SSH public key C:/Users/Andre/.ssh/github_rsa.pub... done
Andre@ANDREH /c/Unisinos/Desenvolvimento de Software/unidemico (master)
$ git push heroku master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
なぜこのエラーが発生するのですか? github_rsa.pub ファイルに公開鍵があります... また、https: //dashboard.heroku.com/apps/XXXApp/settings で公開鍵を設定します
助けてください