Linux 环境下 Git 安装与基本配置

时间:2021-08-01 07:00:28

索引:

开源Spring解决方案--lm.solution

参看代码 GitHub:

git.txt

一、Linux (DeepinOS) 环境

  1.安装

1 sudo apt-get update
2 sudo apt-get install git

  2.使用前基本配置

1 git config --global user.email "xxxx@163.com"
2 git config --global user.name "xxxx"

 

 

 

                                         蒙

                                    2018-05-15 10:41 周二