Git Install
[root@localhost software]# wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.43.0.tar.gz
[root@localhost software]#
[root@localhost software]# tar -zxf git-2.43.0.tar.gz
[root@localhost software]# cd git-2.43.0/
[root@localhost git-2.43.0]#
[root@localhost git-2.43.0]# ./configure --prefix=/usr/local/git
[root@localhost git-2.43.0]#
[root@localhost git-2.43.0]# make -j4
[root@localhost git-2.43.0]# make install
[root@localhost git-2.43.0]#
[root@localhost git-2.43.0]# ln -s /usr/local/git/bin/git /usr/local/bin/
[root@localhost git-2.43.0]#
[root@localhost git-2.43.0]# git --version
git version 2.43.0
[root@localhost git-2.43.0]#
标签:git,2.43,Git,Install,root,localhost,software From: https://www.cnblogs.com/zhpj/p/18028589/git-install-z1g0lpy