我无法在Heroku中部署。我每次都得到Permission Denied!
。我的存储库已经存在。
$ git remote -v
heroku git@heroku.com:catapp11.git (fetch)
heroku git@heroku.com:catapp11.git (push)
但是当我尝试推入Heroku时,我总是会遇到错误。
$ git push -u 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.