【问题标题】:Installing Jekyll on CentOS 7 error在 CentOS 7 上安装 Jekyll 错误
【发布时间】:2014-12-02 05:36:02
【问题描述】:

我正在尝试在 CentOS 7 上安装 Jekyll,因此我对操作系统进行了全新安装并开始遵循此操作:

http://www.resilvered.com/blog/2014/08/26/Installing-Jekyll-on-CentOS-7/

第 1 步有效,但如果我运行第 2 步,我会收到此错误:

[jxsmith@localhost ~]$ sudo yum install nodejs npm ruby ruby-devel rubygems git
Loaded plugins: fastestmirror, langpacks


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again
[jxsmith@localhost ~]$

谁能告诉我如何解决这个问题

【问题讨论】:

    标签: ruby-on-rails linux github centos jekyll


    【解决方案1】:

    您是否在全新安装后更新了 yum ?如果没有,请更新它并按照相同的步骤操作。它会起作用的。

    以root身份登录并应用命令yum update

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-09-28
      • 1970-01-01
      • 2018-09-13
      • 2022-08-15
      • 1970-01-01
      • 2021-10-09
      • 1970-01-01
      • 2015-10-25
      相关资源
      最近更新 更多