摘要: ssh-keygen -t rsa -C 'xxx@xxx.com' 一路回车,输入key的密码 执行完成后,~/.ssh下生成公钥和私钥证书: id_rsa id_rsa.pub 打开id_rsa.pub文件的内容,在git上ADD SSH Key, id_rsa.pub的全部内容都要copy上: 阅读全文
posted @ 2018-08-20 18:31 归去也无风雨也无晴 阅读(122) 评论(1) 推荐(0)