更新时间:2021年12月21日10时55分 来源:传智教育 浏览次数:
命令如下:
git config user.name
命令如下:
git config user.password
命令如下:
git config user.email
命令如下:
git config --global user.name "xxxx(新的用户名)"
命令如下:
git config --global user.password "xxxx(新的密码)"
命令如下:
git config --global user.email "xxxx@xxx.com(新的邮箱)"
猜你喜欢: