概述git官网git官网
用户信息配置配置个人的用户名称和电子邮件地址,这是为了在每次提交代码时记录提交者的信息:
git config –global user.name “zrh_main”git config –global user
2022-02-11