Устанавливаем Git на Centos 5

Скачиваем последнюю версию отсюда — http://git-scm.com/download. В моем случаи это была версия 1.7.5.2:

cd /usr/local/src
wget http://kernel.org/pub/software/scm/git/git-1.7.5.2.tar.bz2

Разархивируем

tar jxvf git-1.7.5.2.tar.bz2

и устанавливаем:

make clean && make distclean
make configure
./configure —prefix=/usr
make
make install

Leave a Reply

Ваш адрес email не будет опубликован. Обязательные поля помечены *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>