Cod*_*eky 3 git ruby-on-rails heroku
我无法在Heroku中部署.我Permission Denied!每次都会得到.我的存储库已经存在.
$ git remote -v
heroku git@heroku.com:catapp11.git (fetch)
heroku git@heroku.com:catapp11.git (push)
Run Code Online (Sandbox Code Playgroud)
但是当我尝试推入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.
Run Code Online (Sandbox Code Playgroud)