/
RHEL/CentOS 에 git 2 설치하기
RHEL/CentOS 에 git 2 설치하기
RHEL/CentOS 7 에는 git 1.8, CentOS 6 은 1.7 이 포함되어 있지만 버전이 낮아서 최신 버전의 gitlab 이나 Bitbucket 등을 설치할 수 없다.
gitlab 을 설치하려면 git 1.8 이 필요하므로 yum repository 를 제공하는 The PUIAS Computational repository 에서 최신 git 버전을 다운로드 할 수 있다.
2.x 설치
2.x 이상을 사용할 경우 Wandisco 사의 repository 를 설치한 후에 yum 으로 설치하면 된다.
CentOS 7
CentOS 7
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
CentOS 6
yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
git 검색
정상 설치 여부를 확인하기 위해 WANdisco 저장소에서 git 검색
yum --enablerepo=WANdisco-git --disablerepo=base,updates info git
repository 설치를 마쳤으면 아래 명령어로 git 을 설치(git-svn 은 subversion 저장소 이관하지 않을 경우 불필요)
yum --enablerepo=WANdisco-git --disablerepo=base,updates install git git-svn
같이 보기
, multiple selections available,
Related content
RHEL/CentOS 6 에 gitlab 바이너리 설치
RHEL/CentOS 6 에 gitlab 바이너리 설치
More like this
gitlab 업그레이드(Upgrade) 6.x -> 7
gitlab 업그레이드(Upgrade) 6.x -> 7
More like this
RHEL/CentOS 6에 gitlab 설치
RHEL/CentOS 6에 gitlab 설치
More like this
RHEL/CentOS 6 을 7 으로 업그레이드 하기
RHEL/CentOS 6 을 7 으로 업그레이드 하기
More like this
RHEL/CentOS 에 python 2.7, 3.* 설치하기
RHEL/CentOS 에 python 2.7, 3.* 설치하기
More like this
Rocky Linux 8 GA 버전 출시 및 RHEL 과 CentOS 와 비교표
Rocky Linux 8 GA 버전 출시 및 RHEL 과 CentOS 와 비교표
More like this