记录 使用 git 克隆仓库报错:Warning: Permanently added‘github.com’ to the .....(ssh )

解决方法:

    1. 新建空文件夹->右键->点击 Git Bash Here

    2.  输入 cd C:

    3. 输入 cat ~/.ssh/id_rsa.pub

    4.  输入 ssh-keygen

    重复回车,生成一个矩形,则说明公钥已经生成了。重复步骤3,生成publickey,右键“copy”复制

    5. 再次输入  cat ~/.ssh/id_rsa.pub

    即可得到公钥,复制

记录 使用 git 克隆仓库报错:Warning: Permanently added‘github.com’ to the .....(ssh )_第1张图片

你可能感兴趣的:(记录,java,ssl,git)