hexo+github建立博客遇到的问题

问题1

hexo cl && hexo g && hexo d后报错:

1
2
3
4
5
6
7
8
9
10
11
fatal: unable to access 'https://github.com/FY-Han/FY-Han.github.io.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443
FATAL {
err: Error: Spawn failed
at ChildProcess.<anonymous> (D:\7.blog\fyHanBlog\node_modules\hexo-util\lib\spawn.js:51:21)
at ChildProcess.emit (events.js:315:20)
at ChildProcess.cp.emit (D:\7.blog\fyHanBlog\node_modules\cross-spawn\lib\enoent.js:34:29)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) {
code: 128
}
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html

https://wbt5.com/git-fatal.html

提供的方法能解决,非常感谢乌帮图

这一问题与GFW(墙)有关

其他网上思路:
1)使用ssh链接生成本地密钥
2)hexo配置文件config.yml中deploy下repo更改
3) sslverify = false
都暂时没有试成功。其他可能的解决方案:
1.https://blog.csdn.net/xxzhangx/article/details/77412629
2.https://www.edoou.com/articles/1579672563524552

问题2

结构与实际不符合

一段文本中再缩进会成为代码块
and图片后的文本可能成为注释缩在一起,最好空一行,反正也要的

此外,多一个回车推出多级列表编辑

解决方法:

1. 段落标题
    1. 段落标题
        1. 段落标题
        2. 段落标题
    2. 段落标题
    3. 段落标题
2. 段落标题

日后如有需要再更新吧(最好别