git创建公钥并添加到gitee
安装git 自己百度
- 安装Git Bash
https://git-scm.com/downloads - 鼠标右键选择git bash here
- 执行以下命令:
① cd ~/.ssh/ 【如果没有对应的文件夹,则执行 mkdir ../.ssh
】
② git config --global user.name “zwh”
③ git config --global user.email “9947@qq.com”
④ ssh-keygen -t rsa -C “9947@qq.com”
- 找到目录C:\Users\ZWH.ssh
这个填写到gitee里面去