我尝试通过 ssh 安装 gitweb,但失败了。下面是我得到的结果。
root@server [~]# yum install gitweb
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
rpmforge | 1.1 kB 00:00
rpmforge/primary | 3.8 MB 00:19
rpmforge 10502/10502
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package gitweb available.
Nothing to do
谁知道还缺少了什么?
答案1
gitweb 在 EPEL 仓库中可用http://fedoraproject.org/wiki/EPEL。
要将 Epel 存储库添加到您的系统,请打开终端并以 root 身份运行:
对于 RedHat/centos 6
rpm -ivh http://mirror.datacenter.by/pub/fedoraproject.org/epel/6/i386/epel-release-6-8.noarch.rpm
对于 RedHat/centos 5
rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
添加 Epel 存储库后,使用以下命令安装 gitweb
yum install gitweb-caching.noarch
答案2
看起来您没有启用包含 gitweb 包的 yum 存储库;请检查 /eyc/yum.repos.d 中的存储库列表。由于 Git 相当新,因此您可能没有足够新的 CentOS 版本来将 gitweb 包含在可用包中。
尝试高级搜索http://rpm.pbone.net/找到可以从哪里获取 gitweb 包。