当前位置:   article > 正文

Git配置SSH-Key

Git配置SSH-Key
git config --global user.name '沈健' 
git config --global user.email 'sjshenjian@outlook.com'
  • 1
  • 2

初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置

1 生成 RSA 密钥
ssh-keygen -t rsa
  • 1
2. 获取 RSA 公钥内容,并配置到 SSH公钥 中
cat ~/.ssh/id_rsa.pub
  • 1
3. 公钥配置快捷入口
https://gitee.com/profile/sshkeys
https://github.com/SJshenjian/cloud/settings/keys
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/695290
推荐阅读
相关标签
  

闽ICP备14008679号