$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz $ tar vfx git-2.9.5.tar.gz $ cd git-2.9.5 $ make configure $ ./configure --prefix=/usr $ make all $ sudo make install
CENTOS7で最新版Git環境を構築
![](https://radcules.com/wp/wp-content/uploads/2019/01/e92583bbb5c99ba1fba2f23401c288ac.png)
$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz $ tar vfx git-2.9.5.tar.gz $ cd git-2.9.5 $ make configure $ ./configure --prefix=/usr $ make all $ sudo make install