簡體   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