git---安装及配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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---安装及配置的主要内容,如果未能解决你的问题,请参考以下文章

[Git] Git 的安装及配置

Ubuntu Git安装及配置

Git安装配置及结合使用工具

Windows下Git的安装及配置

Git 2.20.1 安装及配置

Git下载安装及配置