How to solve Permission denied (publickey) error when using Git?

后端 未结 30 2275
野性不改
野性不改 2020-11-22 08:07

I\'m on Mac Snow Leopard and I just installed git.

I just tried

git clone git@thechaw.com:cakebook.git

but that gives

30条回答
  •  孤城傲影
    2020-11-22 08:20

    In addition to Rufinus' reply, the shortcut to copy your ssh key to the clipboard in Windows is:

    • type id_rsa.pub | clip

    Refs:

    • Print to standard output
    • Copy command line output to clipboard

提交回复
热议问题