yum安装

    1. yum install -y git

    装git

    tar -zxvf git.tar
    make prefix=/root/git all
    make prefix=/root/git install