2023年2月1日
摘要: 全局配置文件保存在用户主目录下的.gitconfig 查看全局用户名和email:git config --global user.name git config --global user.email 设置全局用户名和email:git config --global user.name xxx 阅读全文
posted @ 2023-02-01 15:14 chengxuyuan123 阅读(70) 评论(0) 推荐(0)