hexo d时出现这种错误,该怎么办?

发布于 2022-08-31 20:18:54 字数 666 浏览 6 评论 0

$ hexo d
[info] Start deploying: github
[info] Clearing .deploy folder...
[info] Copying files from public folder...
warning: CRLF will be replaced by LF in js/instagram.js.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in js/main.js.
The file will have its original line endings in your working directory.
On branch master
nothing to commit, working directory clean
fatal: unable to access 'https://github.com/lovexy-W/lovexy-W.github.io.git/': S
SL read: error:00000000:lib(0):func(0):reason(0), errno 10054
[info] Deploy done: github

刚才把ssh重新设置了一下,还是这样。求大神指点一下,谢谢了。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乜一 2022-09-07 20:18:54

google了一些解决方案,可能是因为github被墙的问题。尝试了一些办法

1.重新更新了git的ssh

2.重新安装node.js

重新安装hexo

npm install -g hexo

3.修改_config.yml的deploy

bash
deploy: type: github repository: git@github.com:lovexy-W/lovexy-W.github.io.git branch: master

将repository的http改为git协议。
原地址:http://wwhaha.info/2015/01/13/hexo-d-%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文