繁体   English   中英

git push heroku master收到以下错误

[英]git push heroku master getting following error

我正在尝试使用以下命令行将代码部署到heroku:

 $ 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.

您需要添加密钥。

 heroku keys:add ~/.ssh/id_rsa.pub

看到这个: https : //devcenter.heroku.com/articles/keys

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM