是否有针对“无法获取http://deb.debian.org/debian/dists/jessie-updates/InRelease”的YAML配置修复程序?

时间:2019-04-23 18:02:25

标签: yaml circleci hexo debian-jessie

我已经在这个问题上看到了很多东西,但是到目前为止,在我的情况下,没有任何事情起作用。我在CircleCI上部署了一个Hexo博客,没有任何问题,并且没有对我的YAML配置进行任何更改,当我推送更新时,构建开始失败。在现有的问题报告和修复程序中,我发现将其应用于circle.yml文件时没有任何效果,而且我不确定从何处去。

许多解决方案都建议添加一些脚本来更新URL,但是我认为这把我带错了方向,坦率地说,这超出了我目前的知识范围。

CircleCI构建期间,进入AWS CLI构建:

        name: Install AWS CLI
        command: |
          apt-get update
          apt-get install -y awscli

它成功完成了6次gets,但随后我看到了:

Fetched 10.1 MB in 1s (6749 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
Exited with code 100

该步骤以前给了我: Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]

因此,尽管对此进行了充分的记录,但我仍在努力寻找适用于基于节点的Hexo设置的解决方案。如果您能教我一些新知识,我将不胜感激!

0 个答案:

没有答案