步骤 检查SSH keys是否存在 生成新的ssh key 将ssh key添加到GitHub中 1. 检查SSH keys是否存在 输入下面的命令,如果有文件id_rsa.pub 或 id_dsa.pub,则直接进入步骤3将SSH key添加到GitHub中,否则进入第二步生成SSH key ls -al ~/.ssh # Lists the files in your .ssh directory, if they exist 2. 生成新的ssh key 第一步:生成public/private rsa ke…