0%

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

image-20230307110603157

报错两次

1. OpenSSL SSL_read: Connection was reset, errno 10054

这是服务器的SSL证书没有经过第三方机构的签署,所以报错。错误原因可能是网络不稳定,连接超时造成的。重试clone

2.The requested URL returned error: 408

408很可能是请求超时,大概率还是网络问题,再次重试

经过两次重试后成功!

image-20230310153146114

出现无效的源发行版 就是jdk版本环境不一致造成的

在spring Initializr上下载的spring boot 版本默认是3.0.4

但是 springboot3.0 需要jdk17支持,如果没有安装jdk17 只需把springboot版本降低即可

我用的jdk版本是1.8,所以需要降低springboot版本