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---安装及配置的主要内容,如果未能解决你的问题,请参考以下文章