git安装与配置

1.下载地址

  https://git-scm.com/download/win

2.配置用户信息

  git config --global user.name "name"

  git config --global user.email "email"

3.查看参数是否配置成功

  git config --list

posted @ 2020-07-06 10:02  Jack丶WeTa  阅读(130)  评论(0编辑  收藏  举报