因爲Centos 6 自帶的GIT 是 1.7 版本的,oschina git 須要 1.8+ 因此進行升級,Centos7 git 是1.8.3的能夠不用升級了html
下載 wget https://github.com/git/git/archive/v2.11.0.tar.gzgit
查看 INSTALL 文檔就能夠完成安裝:github
進入解壓後的目錄:curl
$ make configure
$ ./configure --prefix=/usr --with-curl --with-expat
$ make all doc
# make install install-doc install-htmlurl
make的時候遇到問題 : xml
/bin/sh: line 1: asciidoc: command not foundhtm
/bin/sh: line 1: xmlto: command not foundci
請yum 安裝 asciidoc,xmlto 或者 下載安裝 asciidoc,xmlto 便可文檔
yum install asciidoc xmltoget