无法在 Fedora 23 上安装最新的 gitlab-ce
Unable to install latest gitlab-ce on Fedora 23
要安装 Gitlab,我使用以下 link、
中的说明
https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-8.6.6-ce.0.el6.x86_64.rpm
正在执行以下命令
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
结果如下。
The repository is setup! You can now install packages.
稍后执行以下命令
[x@localhost ~]$ sudo dnf install gitlab-ce-8.6.6-ce.0.el6.x86_64
结果如下,
Last metadata expiration check: 0:59:58 ago on Mon Apr 18 23:11:56 2016.
No package gitlab-ce-8.6.6-ce.0.el6.x86_64 available.
Error: Unable to find a match.
请提供解决方案。
GitLab 不提供 Fedora at this time 的原生安装包,因此您必须从源安装。
GitLab 确实提供了关于如何从源安装的 detailed guide,但它是针对 Ubuntu 的。您必须自己将其翻译成 Fedora。
要安装 Gitlab,我使用以下 link、
中的说明https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-8.6.6-ce.0.el6.x86_64.rpm
正在执行以下命令
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
结果如下。
The repository is setup! You can now install packages.
稍后执行以下命令
[x@localhost ~]$ sudo dnf install gitlab-ce-8.6.6-ce.0.el6.x86_64
结果如下,
Last metadata expiration check: 0:59:58 ago on Mon Apr 18 23:11:56 2016.
No package gitlab-ce-8.6.6-ce.0.el6.x86_64 available.
Error: Unable to find a match.
请提供解决方案。
GitLab 不提供 Fedora at this time 的原生安装包,因此您必须从源安装。
GitLab 确实提供了关于如何从源安装的 detailed guide,但它是针对 Ubuntu 的。您必须自己将其翻译成 Fedora。