赞
踩
有两种方式Clone:
听说第二种方法比较复杂,这里介绍第一种配置SSH公私钥方法
第一步:在gitlab上找到SSH Keys
第二步:具体的配置方法
注意这里有两种加密方式,首推第一种
第三步:最后记得将公钥配置到gitlab上
这两种加密方式中,第一种ED25519配置下来可能会十分的流畅,基本上配置完公钥以后就可以顺利Clone了,但是RSA加密方式会提示还需要输入密码,其实是还需要配置一个config文件
文件内容:
git.xxx.com->可以换成公司git clone的地址
Host git.xxx.com
HostName git.xxx.com
IdentityFile ~/.ssh/id_rsa
User git
PubkeyAcceptedKeyTypes +ssh-rsa
#Host git.xxx.com
#HostName git.xxx.com
#PreferredAuthentications publickey
#IdentityFile ~/.ssh/id_rsa
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。