xxxx
真是太艰难了
简直要死
记录于2022-1-29 1:41
折磨死我
hexo d出现的错误
1.OpenSSL SSL_read: Connection was reset, errno 10054
solve:1.关闭代理 2.git config –global http.sslVerify “false”
Failed to connect to github.com port 443: Timed out
solve:1.关闭代理 2.git config –global –unset http.proxy
Hello World
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 StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment