0
点赞
收藏
分享

微信扫一扫

Git生成秘钥

_鱼与渔_ 2022-05-01 阅读 37
gitgithubssh
  1. git config --global user.name “yourname”
  2. git config --global user.email “***@qq.com”
  3. ssh-keygen -t rsa -C “***@qq.com”
  4. cat ~/.ssh/id_rsa.pub
  5. ssh -T git@gitee.com
举报

相关推荐

0 条评论