git---安装及配置

 

git官网:https://git-scm.com

安装:

官网下载-》一路Next-》安装完成

配置git:

1.win+r进入windows命令行

 

2.注册:

git config --global user.name "your name"

git config --global user.email "your email"

git config --list   //显示你的git 配置

 

极客精神!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

posted on 2017-04-24 20:20  Wowitt  阅读(150)  评论(0编辑  收藏  举报

导航