下载地址
Download
配置
- 把
cmd
目录配置到环境变量的path
里面 - 全局配置用户名与邮箱
git config --global user.name "xxx"
git config --global user.email "[email protected]"
搜索
Download
cmd
目录配置到环境变量的 path
里面git config --global user.name "xxx"
git config --global user.email "[email protected]"