git install

wget -O git-master.zip https://codeload.github.com/git/git/zip/master

unzip git-master.zip

cd git-master/

autoconf

./configure

make

检查是否安装成功

git --version

+V d2h5X251bGw= 请备注:from博客园
原文地址:https://www.cnblogs.com/hangj/p/4005455.html