下载Git源码包
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.46.0.tar.gz
编译安装Git
tar -zxvf git-2.46.0.tar.gz cd git-2.46.0 ./configure make && make install
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.46.0.tar.gz
tar -zxvf git-2.46.0.tar.gz cd git-2.46.0 ./configure make && make install