step1:查看SSH key是否存在step2:如果没有有文件id_rsa.pub 或 id_dsa.pub生成ssh keyssh-keygen -t rsa -C "your_email@example.com"step3:将ssh key添加到GitHub中