git 安装与卸载

2016-05-05  本文已影响294人  米修斯_

yum remove git   // 卸载 

># wget https://github.com/git/git/archive/v2.2.1.tar.gz

># tar zxvf v2.2.1.tar.gz

># cd git-2.2.1

># make configure

># ./configure --prefix=/usr/local/git --with-iconv=/usr/local/libiconv

># make all doc

># make install install-doc install-html

># echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/bashrc

># source /etc/bashrc

git --version  // 查看版本号

上一篇 下一篇

猜你喜欢

热点阅读