摘要: ``` 设置用户名和邮箱 git config --global user.name "username" git config --global user.email useremail@qq.com 查看是否设置成功 git config user.name git config user.em 阅读全文
posted @ 2023-06-07 16:08 彭成刚 阅读(11) 评论(0) 推荐(0) 编辑