摘要: 一、设置用户信息 # 设置用户名 git config --global user.name "用户名" # 设置邮箱 git config --global user.email "邮箱" # 查看全局属性 git config --global --list # 取消全局属性 git confi 阅读全文
posted @ 2022-06-20 19:20 hhhhhtao 阅读(58) 评论(0) 推荐(0)