git 설치 여부 확인
$ git --version
$ -bash: /bin/git: 그런 파일이나 디렉터리가 없습니다
centos 7 에서 rpm으로 Wandisco 사의 repository 를 설치.
$ rpm -Uvh [http://opensource.wandisco.com/centos/7/git/x86\_64/wandisco-git-release-7-2.noarch.rpm](http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm)
yum 을 통하여 git 설치
$ yum install git
git version 체크
$ git --version
'IT > Infra' 카테고리의 다른 글
[Docker] MinIO 객체 스토리지 (0) | 2020.08.05 |
---|---|
[Mac] MinIO 객체 스토리지 (0) | 2020.08.01 |
[Centos7] redis 설치하기 (0) | 2020.02.10 |
[Centos7] maven 설치하기 (0) | 2020.01.08 |
도커(Docker) : 맥(Mac)으로 도커 설치하기 (0) | 2019.12.16 |