$ 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我设置了我的公钥
请帮忙