查看当前用户:
git config user.name
查看当前邮箱:
git config user.email
修改当前用户:
git config --global user.name "你的用户名"
修改当前邮箱:
git config --global user.email "你的邮箱地址"
查看当前用户:
git config user.name
查看当前邮箱:
git config user.email
修改当前用户:
git config --global user.name "你的用户名"
修改当前邮箱:
git config --global user.email "你的邮箱地址"
414
4225
2712
2万+

被折叠的 条评论
为什么被折叠?