标签:git inf conf 运行 第五部分 mic config ash clone
第一部分: 安装Git Bash
第二部分: windows配置git SSH服务:
1.生成SSH秘钥对:
命名行运行:ssh-keygen -t rsa -C "邮箱"
2.打开公钥
3.登录gitee,配置公钥
第三部分: 配置全局用户名和邮箱
命令行运行以下指令:
git config --global user.name "用户名"
git config --global user.email "邮箱"
第四部分: IDEA 配置
第五部分:clone代码
标签:git inf conf 运行 第五部分 mic config ash clone
原文地址:https://www.cnblogs.com/ooo0/p/12901601.html