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
늘 리눅스 및 여러가지를 공부하고 탐구하지만, 정광섭님 늘 대단하시다고 생각합니다. 블로그 잘보고 있습니다.
반응형
'Operating System > Linux' 카테고리의 다른 글
[CentOS7, Raspberry PI] 무선 랜 연결 설정 방법 #1 (NetworkManager) (0) | 2020.04.29 |
---|---|
[Linux] CentOS 6에서 g++, gcc 4.9.1 높은버전 빌드 (설치)하기 (0) | 2020.04.09 |
[Linux] CentOS 6 zsh 설치 오류 해결방법 (git clone of oh-my-zsh repo failed) (0) | 2020.02.18 |
[Linux] 원격지 서버 포트 확인방법 (remote server port check) (0) | 2020.02.11 |
[Linux] SELinux 설정 - 활성화 확인 및 비활성화 방법 (0) | 2020.02.05 |