GIT bash:
ssh-keygen -t rsa -C "a@b.com"
cat ~/.ssh/id_rsa.pub
Gitlab添加新生成的SSH keys
配置SSH密钥:
openssh客户端
ssh密钥:上面命令生成的文件。
git bash:
git config --global user.email a@b.com
git config --global user.name 用户名
GIT bash:
ssh-keygen -t rsa -C "a@b.com"
cat ~/.ssh/id_rsa.pub
Gitlab添加新生成的SSH keys
配置SSH密钥:
openssh客户端
ssh密钥:上面命令生成的文件。
git bash:
git config --global user.email a@b.com
git config --global user.name 用户名
714
1427

被折叠的 条评论
为什么被折叠?