学无先后,达者为师

网站首页 编程语言 正文

git查看和修改用户名和邮箱

作者:小小来也 更新时间: 2022-07-16 编程语言

1.查看用户名和邮箱

git config user.name

git config user.email

2.修改用户名和邮箱

git config --global user.name "username"

git config --global user.email "email"

原文链接:https://blog.csdn.net/weixin_43666051/article/details/122425581

栏目分类
最近更新