がらくたネット

アフィリエイト広告を利用しています


Git

Git

Gitのインストール

まずcpam2rpmをインストールしてgitに必要なperlモジュールを導入しておく

cpan --v
cpanのバージョンを確認する
cpan2rpm --install Module::Build --version 1.7602
cpan2rpm --install Error --version 1.7602

GitのRepogitoryをダウンロード
wget http://kernel.org/pub/software/scm/git/RPMS/git.repo
vi git.repo
 enable=0に変更
mv git.repo /etc/yum.repo.d/
yum -y install git --enablerepo=git