windows版地址:
https://git-for-windows.github.io/
安装完成后,在开始菜单里找到“Git”->“Git Bash”
执行
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
windows版地址:
https://git-for-windows.github.io/
安装完成后,在开始菜单里找到“Git”->“Git Bash”
执行
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"