hexo d时出现这种错误,该怎么办?
$ 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
google了一些解决方案,可能是因为github被墙的问题。尝试了一些办法
1.重新更新了git的ssh
2.重新安装node.js
重新安装hexo
npm install -g hexo
3.修改_config.yml的deploy
将repository的http改为git协议。
原地址:http://wwhaha.info/2015/01/13/hexo-d-%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3/