CentOS6に最新版のgitをソースから取得してコンパイルインストールする方法を紹介します。 若干皮肉な話ですが、最新のgitを取得するためにyumでパッケージ版git(1.7)を入れておきます。 # 必要なライブラリ・モジュールを入れておく $ sudo yum install -y make curl-devel gcc openssl-devel expat-devel cpan gettext asciidoc xmlto git # github.comから最新のgitソースコードを取得 $ cd ~ $ git clone git://github.com/git/git.git $ cd git/ # この例では/usr/loca/bin/にインストールされます $ make configure $ ./configure --prefix=/usr/local # コンパ