gpt4 book ai didi

git - CENTOS 5.5怎么安装git?

转载 作者:IT王子 更新时间:2023-10-29 00:34:14 25 4
gpt4 key购买 nike

如何在 CENTOS 5.5 机器上安装 git?我尝试从 yum 安装它,但收到了以下消息。

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 [~]#

最佳答案

如果您使用的是 CentOS,内置的 yum 存储库似乎没有包含 git,因此,您需要向系统添加一个额外的存储库.对于我的服务器,我发现 Webtatic存储库似乎是最新的,git 的安装如下:

# Add the repository
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm

# Install the latest version of git
yum install --enablerepo=webtatic git-all

要解决 Missing Dependency: perl(Git) 错误:

yum install --enablerepo=webtatic --disableexcludes=main  git-all

关于git - CENTOS 5.5怎么安装git?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3779274/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com