GitHub添加公钥

转载自:http://blog.csdn.net/fenghuibian/article/details/73350890 一、在Git Bash内执行cd ~/.ssh命令,如果存在该目录,表明之前生成果SSH Key,利用ll命令即可以查看。 二、生成新的SSH Key,输入ssh-keygen -t rsa -C "[email protected]"命令,其中"[email protect
相关文章
相关标签/搜索