安装配置 git
1 、下载 git : https://git-scm.com
下载git客户端,右键桌面Git GUI/bash Here。进入bash
2 、配置 git ,进入 git bash
# 配置用户名
git config --global user.name "username" //(名字,随意写)# 配置邮箱
git config --global user.email "55333@qq.com" // 注册账号时使用的邮箱
3、配置 ssh 免密登录
https://gitee.com/help/articles/4181#article-header0
Git+码云教程:https://gitee.com/help/articles/410