git免密配置
git ssh 免密登录步骤
配置ssh key
ssh-keygen -t rsa -C "你的邮箱"
配置用户和邮箱
git config --global user.name "你的名字"
git config --global user.email "你的邮箱"
复制ssh 可以到gitlab
cd ~/.ssh
## # 复制id_rsa.pub 内容到下图gitlab ssh秘钥里
本文链接:
/archives/1711501811853
版权声明:
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自
DTL!
喜欢就支持一下吧
打赏
微信
支付宝