cd
执行下面的命令-生成密钥,剩下的一直回车就好了
ssh-keygen -t rsa -C "[email protected]"
查看到自己的保存路径
cat /xx/xx/.ssh/id_rsa.pub
复制到gitlab上;添加KEY就好了;
标签:git,sshkey,mac,rsa,xx,ssh From: https://www.cnblogs.com/molity88/p/17390043.html
cd
执行下面的命令-生成密钥,剩下的一直回车就好了
ssh-keygen -t rsa -C "[email protected]"
查看到自己的保存路径
cat /xx/xx/.ssh/id_rsa.pub
复制到gitlab上;添加KEY就好了;
标签:git,sshkey,mac,rsa,xx,ssh From: https://www.cnblogs.com/molity88/p/17390043.html