首页 > 代码库 > git---安装及配置

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 配置

技术分享

 

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

 

git---安装及配置