업무/etc
[Linux] git 2.x 버전 설치
sysops
2021. 4. 9. 16:34
728x90
저는 Centos 7.6 에서 설치 진행했습니다.
# vi /etc/yum.repos.d/wandisco-git.repo
[wandisco-git]
name=Wandisco GIT Repository
baseurl=http://opensource.wandisco.com/centos/7/git/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
# rpm --import http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
# yum install git
728x90