安装依赖包1.yum -y install zlib-devel openssl-devel perl cpio expat-devel gettext-devel2.yum install autoconf3.下载git http://codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.xz4.chmod +x git-1.8.3.2.tar.gz 5.tar xzvf git-1.8.3.2.tar.gz 解压6.cd git-1.8.3.2 进入目录7.autoconf 出现未定义没有的话可以使用yum install autoconf 安装8./configure --prefix=/usr/tooks/gitTool 设置安装目录9. make10.make install11.git --version查看是否安装好注:1.出现 configure: error: no acceptable C compiler found in $PATH 是应为机器里没有安装任何C语言编译器,可以安装gcc: yum install gcc 命令安装2.如果要修改安装位置,可以直接从8操作开始