如何解决Jekyll包含缓存问题?

如何解决Jekyll包含缓存问题?,jekyll,bundle,Jekyll,Bundle,我目前正试图打开一个已经创建的网站通过杰基尔。我通过终端使用cd命令来访问我从Github提取的网站文件。到达该文件后,我运行bundle exec-Jekyll-serve,它显示以下错误消息: Dependency Error: Yikes! It looks like you don't have Jekyll-include-cache or one of its dependencies installed. In order to use Jekyll as currentl

我目前正试图打开一个已经创建的网站通过杰基尔。我通过终端使用
cd
命令来访问我从Github提取的网站文件。到达该文件后,我运行
bundle exec-Jekyll-serve
,它显示以下错误消息:

    Dependency Error: Yikes! It looks like you don't have Jekyll-include-cache or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- Jekyll-include-cache' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! 
    Jekyll 3.8.5 | Error:  Jekyll-include-cache

然后我安装了JekyllInclude缓存,问题仍然存在。有人知道如何修复此问题吗???

错误消息表示Jekyll无法正确加载插件。 确保您已在文件中列出插件:

#文件
gem“jekyll包含缓存”

你好,萨米!我认为,在你的问题中加入更多关于你试图拉下哪个网站以及如何拉下的信息(Github?其他什么?)以及更多的堆栈跟踪信息,对你来说是有帮助的。另外,我建议使用一些格式,这样人们更容易解析。这样你就很可能从看到你问题的人那里得到最好的答案。