Git的安装与使用
修改用户名和邮箱
$ git config --global user.name "输入你的用户名"
$ git config --global user.email "输入你的邮箱"
查看配置
$ git config --list
$ git config --global user.name "输入你的用户名"
$ git config --global user.email "输入你的邮箱"
$ git config --list
共有 0 条评论