git查看/修改当前用户名和邮箱、记住密码

打开git bash命令窗口 查看当前用户名: git config user.name git 查看当前邮箱: git config user.email bash 记住密码命令: git config credential.helper store 修改当前用户名: git config  --global user.name "你的用户名" 修改当前邮箱:  git config  --gl
相关文章
相关标签/搜索