Comment puis-je installer git sur une machine CENTOS 5.5 ? J'ai essayé de l'installer à partir de yum mais j'ai obtenu le message suivant.
root@host [~]# sudo yum install git
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.mirrors.tds.net
* base: mirror.ubiquityservers.com
* extras: mirrors.serveraxis.net
* updates: pubmirrors.reflected.net
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package git available.
Nothing to do
root@host [~]#
1 votes
Sur les versions ultérieures de CentOS, l'utilisation de la commande standard "yum install git" semble fonctionner parfaitement.
0 votes
Yum install git-core fonctionne également.