一、首先安装gitbash(自行百度)
我使用的版本是Git-2.12.2.2-64-bit.exe
二、配置gitbash本地客户端
1、初始设置
1.1、设置姓名和邮箱地址
git config --global user.name "your names" git config --global user.email "your email"
1.1.1、提高,命令输出的可读性
git config --global color.ui auto
一、首先安装gitbash(自行百度)
我使用的版本是Git-2.12.2.2-64-bit.exe
二、配置gitbash本地客户端
1、初始设置
1.1、设置姓名和邮箱地址
git config --global user.name "your names" git config --global user.email "your email"
1.1.1、提高,命令输出的可读性
git config --global color.ui auto