使用命令给你的git设置用户名及邮箱
Username:
$ git config --global user.name "your name"
Email:
$ git config --global user.email "your email"
使用命令查看你的git用户名及邮箱
Username:
$ git config user.name
Email:
$ git config user.email
使用命令给你的git设置用户名及邮箱
Username:
$ git config --global user.name "your name"
Email:
$ git config --global user.email "your email"
使用命令查看你的git用户名及邮箱
Username:
$ git config user.name
Email:
$ git config user.email
本文标题:[Git] 使用命令行更改用户名和邮箱
本文链接:https://www.haomeiwen.com/subject/keoezftx.html
网友评论