Operating System/Linux
[Linux] CentOS git 2.x 이상 설치방법 (git upgrade)
근육곰돌이
2020. 2. 18. 15:29
728x90
2.x 설치
2.x 이상을 사용할 경우 Wandisco 사의 repository 를 설치한 후에 yum 으로 설치하면 된다.
CentOS 7
CentOS 7
rpm -Uvh http:``//opensource``.wandisco.com``/centos/7/git/x86_64/wandisco-git-release-7-2``.noarch.rpm
CentOS 6
rpm -Uvh 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
출처 참고 사이트
https://www.lesstif.com/pages/viewpage.action?pageId=14745759
늘 리눅스 및 여러가지를 공부하고 탐구하지만, 정광섭님 늘 대단하시다고 생각합니다. 블로그 잘보고 있습니다.
반응형