CentOSにGit 1.8をインストール

May 24, 2014

yumでのインストールだと1.7系までみたいなので、1.8は手でインストールする必要がある。

個人的に使いたいものがどれも1.8委譲を要求するので、仕方ないが入れる。

インストール

# wget https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz
# tar zxvf git-1.8.5.2.tar.gz
# cd git-1.8.5.2
# ./configure
# make
# make install

インストールされたことを確認。

$ which git
/usr/local/bin/git
$ git --version
git version 1.8.2.1

参考



Recent blog posts



(c) Copyright 2023 Kotaro Yoshimatsu