yum install git
내 CentOS 5.7 서버에서 사용한 후. 그것은 보여주고있다
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Setting up Install Process
No package git available.
Nothing to do
문제가 있습니다. git
내 Linux 서버에 설치되어 있지 않습니다.
답변1
CentOS 5.x 수명 종료: 2017년 3월 31일. 이제 박물관/"Vault"로 이동하세요. 새로운 CentOS 5 저장소, 64비트 예,CentOS-5.11.repo, /etc/yum.repos.d/에 복사됨(및 다른 파일 삭제):
[CentOS-5.11]
name=CentOS-5.11-x86_64
baseurl=http://vault.centos.org/5.11/os/x86_64/
enabled=1
gpgcheck=1
[CentOS-5.11-updates]
name=CentOS-5.11-updates-x86_64
baseurl=http://vault.centos.org/5.11/updates/x86_64/
enabled=1
gpgcheck=1
이 패키지는 git
EPEL 저장소에 있으며 더 이상 EL5에서 사용할 수 없습니다.
답변2
Git은 git-core 패키지에 있어야 합니다.
yum install git-core