标签:环境 .com lib linu 下一步 变量 tps 环境变量 unzip
查看git版本,卸载旧版本(如果没有安装git请直接到下一步)git --version
yum remove git
yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc
yum install gcc perl-ExtUtils-MakeMaker
cd /usr/local/src/
wget -O git.zip https://github.com/git/git/archive/master.zip
unzip git.zip
cd git-master
make prefix=/usr/local/git all
make prefix=/usr/local/git install
echo "export PATH=$PATH:/usr/local/git/bin" >> ~/.bashrc
source ~/.bashrc
git --version
好了最新的git就装好了。
标签:环境 .com lib linu 下一步 变量 tps 环境变量 unzip
原文地址:http://blog.51cto.com/9289812/2317975