摘要: 1、本地git客户端配置用户名和邮箱地址的作用:用户每次用git 提交代码时都会记录用户名和邮箱。 2、git设置用户名和邮箱的命令 git config --global user.name "username" git config --global user.email useremail@1 阅读全文
posted @ 2022-08-13 13:24 司徒韵然 阅读(18157) 评论(0) 推荐(3)