下载解压,进入目录
遇到类似错误[perl/PM.stamp]
yum install perl-ExtUtils-MakeMaker package.
遇到类似错误msgfmt: command not found
yum install gettext-devel
(apt-get install -y gettext)
./configure --prefix=/usr/local/git --with-zlib=/usr/local/zlib/
make
make install