摘要: 1. 配置Git用户名和邮箱 git config user.name "用户名" git config user.email "邮箱" 需要修改时 git config --global user.name "用户名" git config --global user.email "邮箱" 查询 阅读全文
posted @ 2020-03-27 09:47 秦笑 阅读(2782) 评论(0) 推荐(0) 编辑