git 安装
git安装
//依赖关系
[root@suibian ~]# yum install zlib-devel,openssl-devel,perl,cpio,expat-devel,gettext-devel
[root@suibian ~]# wget http://git-core.googlecode.com/files/git-1.7.9.tar.gz
[root@suibian ~]# tar zxvf git-1.7.9.tar.gz
[root@suibian ~]# cd git-1.7.9
[root@suibian git-1.7.9]# ./configure
[root@suibian git-1.7.9]# make && make install
[root@suibian ~]# git clone https://github.com/ansible/ansible.git
It may have the strength, but the effort, struggle, worthy of the heart.

浙公网安备 33010602011771号