电脑里已经有了私钥,而且这个私钥是固定的,不能修改,但没有公钥,但gitlab又需要公钥
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
~/.ssh/id_rsa 是已有私钥的路径
~/.ssh/id_rsa.pub 是生成公钥的路径
电脑里已经有了私钥,而且这个私钥是固定的,不能修改,但没有公钥,但gitlab又需要公钥
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
~/.ssh/id_rsa 是已有私钥的路径
~/.ssh/id_rsa.pub 是生成公钥的路径
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M