2、配置git
1、下载 git;https://git-scm.com
2、配置 git,进入 git bash(右键)
配置用户名
git config --global user.name "username" //(名字)
配置邮箱
git config --global user.email "username@email.com" //(注册账号时用的邮箱)
3、配置 ssh 免密登录
https://gitee.com/help/articles/4181#article-header0

Git+码云教程 https://gitee.com/help/articles/4104

浙公网安备 33010602011771号