centos 5 install git

yum -y install zlib-devel openssl-devel cpio expat-devel gettext-devel
wget https://git-core.googlecode.com/files/git-1.8.4.tar.gz
tar zxf git-1.8.4.tar.gz
./configure
make
make install

git clone https://github.com/xianglei/phpHiveAdmin.git

猜你喜欢

转载自zhengzhuangjie.iteye.com/blog/1947597