安装地址
命令行Git --version 查看版本,确认安装成功
安装完成后,打开Git bash软件,输入一下代码
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
确认登录成功
$ git config user.name
$ git config user.email
安装地址
命令行Git --version 查看版本,确认安装成功
安装完成后,打开Git bash软件,输入一下代码
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
确认登录成功
$ git config user.name
$ git config user.email