摘要: 1. 查看当前登录账号: git config user.name 2. 查看当前登录邮箱: git config user.email 3. 修改用户名和邮箱: git config --global user.name "Your_username"git config --global use 阅读全文
posted @ 2019-10-08 15:17 hi_bob 阅读(40841) 评论(0) 推荐(0) 编辑