EvanNotFound / hexo-theme-redefine

Simplicity in Speed, Purity in Design. Redefine Your Hexo Journey.
https://redefine.ohevan.com
GNU General Public License v3.0
1.47k stars 123 forks source link

WARN Check latest version failed: Error: read ECONNRESET #418

Closed Alphouse closed 2 months ago

Alphouse commented 2 months ago

Pre-Submission Checklist

Describe the Bug

我是一位新手,当我运用主题后出现的这个问题我无法解决,应该是在这里向作者提交问题吧 运行命令后一直出现警告, 1 2 我已经是新版本,并且本地能够正常运行,当我想使用GitHub pages尝试部署时,也出现问题。 3 由于个人水平问题,没能在网上找到解决办法,希望得到帮助。

Reproduction Steps

No response

Expected Behavior

No response

Screenshots (if any)

No response

Your Computer's OS

Windows

Which Browser?

Chrome

Browser Version

No response

Mobile Device Used

No response

Mobile OS

No response

Mobile Browser

No response

Browser Version

No response

Anything Else?

No response

FrederickBun commented 2 months ago

使用的什么方法安装主题

FrederickBun commented 2 months ago

似乎是获取主题更新的 api 错误

FrederickBun commented 2 months ago

似乎是获取主题更新的 api 错误

从状态页面看,api 并未出现下线状态

请检查网络,还请给出详细 GitHub 报错信息

FrederickBun commented 2 months ago

使用的什么方法安装主题

如果使用的 Git,建议切换 npm 会解决一部分部署时找不到主题的问题

Alphouse commented 2 months ago

根据“快速开始”中的git我无法连接,所以通过github下载库文件,然后按照指南进行

FrederickBun commented 2 months ago

建议切换npm

FrederickBun commented 2 months ago

本人使用 GitHub 下载文件的方式也遇到过同样的问题

FrederickBun commented 2 months ago

是因为 git 项目嵌套了 git 项目

Alphouse commented 2 months ago

所以是建议重新使用npm下载?

FrederickBun commented 2 months ago

是的

FrederickBun commented 2 months ago

然后将你手动下载的文件全部删除

FrederickBun commented 2 months ago

进展如何?

Alphouse commented 2 months ago

首先谢谢你的帮助,但我在使用npm进行安装时出现了新的麻烦。 4 git显示应该没问题,但是文件夹中没有新增主题文件。 当我想要重新开始部署时,又遇到了这个问题 5 之前遇到,但我忘记怎么解决了。

FrederickBun commented 2 months ago

为什么要重新init一个呢

Alphouse commented 2 months ago

我猜测是我的hexo出现了问题导致npm安装失败

FrederickBun commented 2 months ago

直接在博客根目录安装主题就可以了啊

Alphouse commented 2 months ago

我使用了npm进行安装,但结果还是出现warn 6

EvanNotFound commented 2 months ago

warn 只是警告,说的只是你网络问题无法连接到主题更新 api 没法检测新版本,无需理会,可以正常使用主题

Alphouse commented 2 months ago

我想要通过github pages进行部署,过程中一直出现报错 9 这个问题我没有找到方法去处理,文件上传到了我的库中可以帮忙看一下吗

warn 只是警告,说的只是你网络问题无法连接到主题更新 api 没法检测新版本,无需理会,可以正常使用主题

FrederickBun commented 2 months ago

查看了详细信息,发现你用 jekyll 部署的啊

FrederickBun commented 2 months ago

https://hexo.io/zh-cn/docs/github-pages

查看此文档部署

Alphouse commented 2 months ago

谢谢你的帮助,问题已经解决了