标签:tps 卸载 bin tar http 依赖 xtu code release
yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
yum install gcc perl-ExtUtils-MakeMaker
yum remove git
wget https://github.com/git/git/archive/v2.19.1.tar.gz
tar xzf v2.19.1.tar.gz
cd git-2.19.1
make prefix=/usr/local/git all
make prefix=/usr/local/git install
echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/bashrc
source /etc/bashrc
git --version
标签:tps 卸载 bin tar http 依赖 xtu code release
原文地址:https://www.cnblogs.com/kw13202/p/9943345.html