美文网首页
2019-04-09

2019-04-09

作者: Gorgine | 来源:发表于2019-04-09 12:50 被阅读0次

    error:

    git@github.com: Permission denied (publickey).
    fatal: Could not read from remote repository.

    solution:

    Generate SSH key using ssh-keygen -t rsa -b 4096 -C "your_email@foo.com".
    Copy the output of cat id_rsa.pub
    Paste the above copied outpur into your Github profile -> Settings ->
    SSH and GPG Keys -> Add new SSH key.

    相关文章

      网友评论

          本文标题:2019-04-09

          本文链接:https://www.haomeiwen.com/subject/sxjbiqtx.html