标签:安装git conf rsa mail git bash 查看 信息 复制 config
1.注册gitee账号
2.安装git
配置用户信息 git config --global user.name "your username"
配置用户邮箱信息 git config --global user.email "email.com"
3.进入git bash,输入ssh-keygen -t rsa -C "email.com"生成公钥,三次回车
4.查看密钥内容 cat ~/.ssh/id_rsa.pub,将密钥内容复制到码云
5.使用ssh -T git@gitee.com 测试是否连接成功
标签:安装git conf rsa mail git bash 查看 信息 复制 config
原文地址:https://www.cnblogs.com/ws-sharecode/p/14227627.html