赞
踩
下载地址1:
https://src.fedoraproject.org/repo/pkgs/git/git-2.26.2.tar.xz/sha512/5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc/
下载地址2:
https://download.csdn.net/download/qq_36709282/89543967
下载地址3:
其他下载安装包方式
tar -xvf git-2.26.2.tar
cd git-2.26.2
autoconf
./configure --prefix=/usr/local/git-2.26.2
make
make install
vi /etc/profile 在最后追加
export PATH=$PATH:/usr/local/git-2.26.2
export PATH=$PATH:/usr/local/git-2.26.2/bin
然后命令行输入 source /etc/profile
git --version
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。