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

安装:

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

配置git:

1.win+r进入windows命令行

git---安装及配置

 

2.注册:

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

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

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

git---安装及配置

 

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

 

相关文章:

  • 2021-05-07
  • 2021-07-12
  • 2021-10-03
  • 2021-08-30
  • 2022-02-19
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-06
  • 2021-05-05
  • 2022-01-11
  • 2021-07-17
  • 2021-11-08
  • 2021-05-02
  • 2021-06-17
相关资源
相似解决方案