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

posted @ 2022-12-29 14:42  不是孩子了  阅读(22)  评论(0)    收藏  举报