[TOC]

重装系统之hexo如何部署配置

直接讲正确的吧:

1.首先安装基本的git,nodejs,版本问题自我解决:

image-20211201165158163

2.配置git,生成ssh key,添加至github,使得git与github相连:

git config --global user.name "dc-wh"
git config --global user.email "xxxxxxxxx@qq.com"
ssh-keygen -t rsa -C "xxxxxxxx@qq.com"

image-20211201165534278

测试相连:

image-20211201165725969

3.将原电脑项目文件中的_config.yml,themes,source,scaffolds,package.json,.gitignore到新电脑新建的Hexo文件夹中,

主题文件也可以复制,都可以。

image-20211201173030509

4. 使用git bash或者cmd进入新电脑Hexo文件夹

npm install hexo-cli -g
npm install
npm install hexo-deployer-git --save

可能会非常慢,但等一会就好。

5.创建博客测试:

D:\Hexo>npm install
[######............] - idealTree:hexo-front-matter: timing idealTree:node_modules/hexo-front-matter Comp[######............] - idealTree:hexo-front-matter: timing idealTree:node_modules/hexo-front-mat[######............] - idealTree:hexo-front-matter: timing idealTree:node_modules/hexo-front-matt[######............] - idealTree:hexo-front-matter: timing idealTree:node_modules/hexo-front-ma[######............] - idealTree[######............][######............][######............] - idealTree[######.....npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.

added 332 packages in 7m

3 packages are looking for funding
run `npm fund` for details

image-20211201173502816

hexo  # 测试

image-20211201173544177

hexo new "1201" # 创建1201文件夹和1201.md

image-20211201173745265

hexo g
hexo s

image-20211201173913053

image-20211201173938710


D:\Hexo>hexo g
INFO Validating config
INFO
===================================================================

##### # # ##### ##### ###### ##### ###### # # #
# # # # # # # # # # # # #
##### # # # # ##### # # ##### # #
# # # # # # # ##### # # #
# # # # # # # # # # # #
##### #### # # ###### # # # ###### #

3.7.8
===================================================================
INFO Start processing
INFO Files loaded in 3.06 s
INFO Generated: archives/2021/12/index.html
INFO Generated: link/index.html
INFO Generated: tags/index.html
INFO Generated: 2021/10/15/include/index.html
INFO Generated: categories/index.html
INFO Generated: 2021/10/15/【BUUCTF】[极客大挑战-2019]PHP/index.html
INFO Generated: 2021/10/22/【NSSCTF】2021SWPU-crypto/index.html
INFO Generated: 2021/10/13/【NSSCTF】2021SWPU-web/index.html
INFO Generated: 2021/11/11/【RoarCTF 2019】Easy Calc 1/index.html
INFO Generated: 2021/10/18/【TSW】2021迎新赛writeup/index.html
INFO Generated: 2021/09/21/【BUUCTF】BUU-SQL-COURSE-1/index.html
INFO Generated: 2021/09/25/网刃杯2021签到/index.html
INFO Generated: 2021/09/21/aabb/index.html
INFO Generated: 2021/08/31/Linux-Ubuntu虚拟机修改用户名为学号的试错解决/index.html
INFO Generated: 2021/08/21/【SSTI】模板注入基础/index.html
INFO Generated: 2021/08/30/一道简单的密码学/index.html
INFO Generated: 2021/08/16/【aaa】【git】git学习笔记/index.html
INFO Generated: 2021/08/15/【BUUCTF】-极客大挑战-2019-123/index.html
INFO Generated: 2021/08/17/【BJDCTF-2020-web】Cookie is so subtle!/index.html
INFO Generated: 2021/08/16/【git】git学习笔记/index.html
INFO Generated: 2021/08/13/Hexo连接GitHub时出现的SSH密钥更改为个人访问令牌问题111/index.html
INFO Generated: 2021/08/15/【aaaBUUCTF】-极客大挑战-2019-EasySQL/index.html
INFO Generated: 2021/08/11/【BUUCTF】[极客大挑战-2019]HardSQL/index.html
INFO Generated: 2021/08/13/Hexo连接GitHub时出现的SSH密钥更改为个人访问令牌问题/index.html
INFO Generated: 2021/08/10/【BUUCTF】[极客大挑战-2019]FinalSQL/index.html
INFO Generated: 2021/08/07/【BUUCTF】[极客大挑战-2019]BabySQL/index.html
INFO Generated: 2021/08/05/【BUUCTF】[极客大挑战-2019]Havefun/index.html
INFO Generated: 2021/08/03/【BUUCTF】[极客大挑战-2019]EasySQL/index.html
INFO Generated: 2021/08/02/【BUUCTF】[HCTF-2018]WarmUp/index.html
INFO Generated: 2021/07/28/【AH-training】PHP反序列化/index.html
INFO Generated: 2021/08/04/【BUUCTF】[极客大挑战-2019]LoveSQL/index.html
INFO Generated: 2021/07/28/20211009/index.html
INFO Generated: 2021/07/28/【BUUCTF】BUUCTF_Blacklist/index.html
INFO Generated: 2021/07/31/【AH-training】SSRF/index.html
INFO Generated: 2021/07/23/Typora_FAQ/index.html
INFO Generated: 2021/07/24/【AH_training】PHP命令执行/index.html
INFO Generated: 2021/06/29/Pycharm专业版的安装与使用/index.html
INFO Generated: 2021/07/28/【BUUCTF】[极客大挑战-2019]Http/index.html
INFO Generated: 2021/07/23/Hexo关于Error-Spawn-failed的正确打开姿势/index.html
INFO Generated: 2021/07/23/【AH_training】文件包含漏洞/index.html
INFO Generated: 2021/07/23/【AH_training】信息搜集and任意文件上传/index.html
INFO Generated: 2021/07/25/【AH_training】SQL注入/index.html
INFO Generated: 2021/06/18/2021-05-30/index.html
INFO Generated: 2021/06/18/20201123TSW第一站/index.html
INFO Generated: 2021/06/18/20201202总结 马保国杯 AND 队内小组赛/index.html
INFO Generated: 2021/06/18/CRYPTO OF TOOLS(工具类)/index.html
INFO Generated: 2021/06/18/20210411菜鸡杯队内赛/index.html
INFO Generated: 2021/06/18/python工具篇--python编译器IDLE/index.html
INFO Generated: 2021/06/18/VMware Kali安装之路/index.html
INFO Generated: 2021/06/18/KALI LINUX系统相关问题详解,持续更新/index.html
INFO Generated: 2021/06/18/win10下python3 Crypto.Util.number模块下载问题以及附加问题的解决方法/index.html
INFO Generated: 2021/06/18/【Hexo github】进行SSH认证时报错git操作提示git@github.com_ Permission denied (publickey)(已解决)/index.html
INFO Generated: 2021/06/15/firstblog/index.html
INFO Generated: archives/index.html
INFO Generated: 2021/06/18/计算机网络实验-实验四 无线网络的设计/index.html
INFO Generated: archives/page/3/index.html
INFO Generated: 2021/06/15/hello-world/index.html
INFO Generated: archives/page/5/index.html
INFO Generated: archives/page/2/index.html
INFO Generated: archives/page/4/index.html
INFO Generated: archives/page/6/index.html
INFO Generated: archives/2021/index.html
INFO Generated: archives/2021/page/4/index.html
INFO Generated: archives/2021/page/2/index.html
INFO Generated: archives/2021/06/index.html
INFO Generated: archives/2021/page/3/index.html
INFO Generated: archives/2021/page/5/index.html
INFO Generated: archives/2021/page/6/index.html
INFO Generated: archives/2021/06/page/2/index.html
INFO Generated: archives/2021/07/index.html
INFO Generated: archives/2021/07/page/2/index.html
INFO Generated: archives/2021/08/index.html
INFO Generated: archives/2021/09/index.html
INFO Generated: archives/2021/08/page/2/index.html
INFO Generated: archives/2021/10/index.html
INFO Generated: tags/competition/index.html
INFO Generated: archives/2021/11/index.html
INFO Generated: tags/TSW/index.html
INFO Generated: tags/Tools/index.html
INFO Generated: tags/Markdown/index.html
INFO Generated: tags/WEB/index.html
INFO Generated: tags/Hexo/index.html
INFO Generated: tags/http/index.html
INFO Generated: tags/Crypto/index.html
INFO Generated: tags/WEB/page/2/index.html
INFO Generated: tags/git/index.html
INFO Generated: tags/KALI/index.html
INFO Generated: tags/Linux/index.html
INFO Generated: tags/FAQ/index.html
INFO Generated: tags/Ubuntu/index.html
INFO Generated: tags/python/index.html
INFO Generated: tags/VMware/index.html
INFO Generated: tags/pycharm/index.html
INFO Generated: tags/Typora/index.html
INFO Generated: tags/文件包含/index.html
INFO Generated: tags/welcome/index.html
INFO Generated: tags/Training/index.html
INFO Generated: tags/SQL/index.html
INFO Generated: tags/模板注入/index.html
INFO Generated: tags/反序列化/index.html
INFO Generated: tags/代码审计/index.html
INFO Generated: tags/RCE/index.html
INFO Generated: tags/文件上传/index.html
INFO Generated: tags/PHP/index.html
INFO Generated: tags/github/index.html
INFO Generated: tags/计算机网络/index.html
INFO Generated: index.html
INFO Generated: page/2/index.html
INFO Generated: page/3/index.html
INFO Generated: tags/LAB/index.html
INFO Generated: page/4/index.html
INFO Generated: page/6/index.html
INFO Generated: page/5/index.html
INFO Generated: 2021/12/01/1201/index.html
INFO Generated: 2021/12/01/a未命名/index.html
INFO 115 files generated in 513 ms

hexo d # 远程部署

image-20211201174230284

D:\Hexo>hexo d
INFO Validating config
INFO
===================================================================

##### # # ##### ##### ###### ##### ###### # # #
# # # # # # # # # # # # #
##### # # # # ##### # # ##### # #
# # # # # # # ##### # # #
# # # # # # # # # # # #
##### #### # # ###### # # # ###### #

3.7.8
===================================================================
INFO Deploying: git
INFO Setting up Git deployment...
Initialized empty Git repository in D:/Hexo/.deploy_git/.git/
[master (root-commit) 0d31361] First commit
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 placeholder
INFO Clearing .deploy_git folder...
INFO Copying files from public folder...
INFO Copying files from extend dirs...
warning: LF will be replaced by CRLF in 2021/06/15/firstblog/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/15/hello-world/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/20201123TSW第一站/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/20201202总结 马保国杯 AND 队内小组赛/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/2021-05-30/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/20210411菜鸡杯队内赛/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/CRYPTO OF TOOLS(工具类)/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/KALI LINUX系统相关问题详解,持续更新/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/VMware Kali安装之路/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/python工具篇--python编译器IDLE/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/win10下python3 Crypto.Util.number模块下载问题以及附加问题的解决方法/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/【Hexo github】进行SSH认证时报错git操作提示git@github.com_ Permission denied (publickey)(已解决)/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/18/计算机网络实验-实验四 无线网络的设计/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/06/29/Pycharm专业版的安装与使用/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/23/Hexo关于Error-Spawn-failed的正确打开姿势/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/23/Typora_FAQ/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/23/【AH_training】信息搜集and任意文件上传/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/23/【AH_training】文件包含漏洞/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/24/【AH_training】PHP命令执行/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/25/【AH_training】SQL注入/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/28/20211009/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/28/【AH-training】PHP反序列化/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/28/【BUUCTF】BUUCTF_Blacklist/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/28/【BUUCTF】[极客大挑战-2019]Http/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/07/31/【AH-training】SSRF/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/02/【BUUCTF】[HCTF-2018]WarmUp/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/03/【BUUCTF】[极客大挑战-2019]EasySQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/04/【BUUCTF】[极客大挑战-2019]LoveSQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/05/【BUUCTF】[极客大挑战-2019]Havefun/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/07/【BUUCTF】[极客大挑战-2019]BabySQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/10/【BUUCTF】[极客大挑战-2019]FinalSQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/11/【BUUCTF】[极客大挑战-2019]HardSQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/13/Hexo连接GitHub时出现的SSH密钥更改为个人访问令牌问题/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/13/Hexo连接GitHub时出现的SSH密钥更改为个人访问令牌问题111/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/15/【BUUCTF】-极客大挑战-2019-123/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/15/【aaaBUUCTF】-极客大挑战-2019-EasySQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/16/【aaa】【git】git学习笔记/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/16/【git】git学习笔记/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/17/【BJDCTF-2020-web】Cookie is so subtle!/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/21/【SSTI】模板注入基础/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/30/一道简单的密码学/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/08/31/Linux-Ubuntu虚拟机修改用户名为学号的试错解决/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/09/21/aabb/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/09/21/a未命名/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/09/21/【BUUCTF】BUU-SQL-COURSE-1/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/09/25/网刃杯2021签到/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/10/13/【NSSCTF】2021SWPU-web/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/10/15/include/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/10/15/【BUUCTF】[极客大挑战-2019]PHP/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/10/18/【TSW】2021迎新赛writeup/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/10/22/【NSSCTF】2021SWPU-crypto/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/11/11/【RoarCTF 2019】Easy Calc 1/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/12/01/1201/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in 2021/12/01/a未命名/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/06/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/06/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/07/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/07/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/08/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/08/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/09/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/10/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/11/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/12/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/page/3/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/page/4/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/page/5/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/2021/page/6/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/page/3/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/page/4/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/page/5/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in archives/page/6/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in categories/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in css/background.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in css/index.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in js/main.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in js/search/algolia.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in js/search/local-search.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in js/tw_cn.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in js/utils.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in link/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in page/3/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in page/4/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in page/5/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in page/6/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Crypto/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/FAQ/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Hexo/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/KALI/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/LAB/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Linux/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Markdown/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/PHP/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/RCE/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/SQL/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/TSW/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Tools/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Training/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Typora/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/Ubuntu/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/VMware/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/WEB/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/WEB/page/2/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/competition/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/git/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/github/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/http/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/pycharm/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/python/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/welcome/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/代码审计/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/反序列化/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/文件上传/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/文件包含/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/模板注入/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tags/计算机网络/index.html.
The file will have its original line endings in your working directory
[master e460dca] Site updated: 2021-12-01 16:42:22
133 files changed, 26880 insertions(+)
create mode 100644 2021/06/15/firstblog/index.html
create mode 100644 2021/06/15/hello-world/index.html
create mode 100644 "2021/06/18/20201123TSW\347\254\254\344\270\200\347\253\231/index.html"
create mode 100644 "2021/06/18/20201202\346\200\273\347\273\223 \351\251\254\344\277\235\345\233\275\346\235\257 AND \351\230\237\345\206\205\345\260\217\347\273\204\350\265\233/index.html"
create mode 100644 2021/06/18/2021-05-30/index.html
create mode 100644 "2021/06/18/20210411\350\217\234\351\270\241\346\235\257\351\230\237\345\206\205\350\265\233/index.html"
create mode 100644 "2021/06/18/CRYPTO OF TOOLS\357\274\210\345\267\245\345\205\267\347\261\273\357\274\211/index.html"
create mode 100644 "2021/06/18/KALI LINUX\347\263\273\347\273\237\347\233\270\345\205\263\351\227\256\351\242\230\350\257\246\350\247\243\357\274\214\346\214\201\347\273\255\346\233\264\346\226\260/index.html"
create mode 100644 "2021/06/18/VMware Kali\345\256\211\350\243\205\344\271\213\350\267\257/index.html"
create mode 100644 "2021/06/18/python\345\267\245\345\205\267\347\257\207--python\347\274\226\350\257\221\345\231\250IDLE/index.html"
create mode 100644 "2021/06/18/win10\344\270\213python3 Crypto.Util.number\346\250\241\345\235\227\344\270\213\350\275\275\351\227\256\351\242\230\344\273\245\345\217\212\351\231\204\345\212\240\351\227\256\351\242\230\347\232\204\350\247\243\345\206\263\346\226\271\346\263\225/index.html"
create mode 100644 "2021/06/18/\343\200\220Hexo github\343\200\221\350\277\233\350\241\214SSH\350\256\244\350\257\201\346\227\266\346\212\245\351\224\231git\346\223\215\344\275\234\346\217\220\347\244\272git@github.com_ Permission denied (publickey)\357\274\210\345\267\262\350\247\243\345\206\263\357\274\211/index.html"
create mode 100644 "2021/06/18/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\345\256\236\351\252\214-\345\256\236\351\252\214\345\233\233 \346\227\240\347\272\277\347\275\221\347\273\234\347\232\204\350\256\276\350\256\241/index.html"
create mode 100644 "2021/06/29/Pycharm\344\270\223\344\270\232\347\211\210\347\232\204\345\256\211\350\243\205\344\270\216\344\275\277\347\224\250/index.html"
create mode 100644 "2021/07/23/Hexo\345\205\263\344\272\216Error-Spawn-failed\347\232\204\346\255\243\347\241\256\346\211\223\345\274\200\345\247\277\345\212\277/index.html"
create mode 100644 2021/07/23/Typora_FAQ/index.html
create mode 100644 "2021/07/23/\343\200\220AH_training\343\200\221\344\277\241\346\201\257\346\220\234\351\233\206and\344\273\273\346\204\217\346\226\207\344\273\266\344\270\212\344\274\240/index.html"
create mode 100644 "2021/07/23/\343\200\220AH_training\343\200\221\346\226\207\344\273\266\345\214\205\345\220\253\346\274\217\346\264\236/index.html"
create mode 100644 "2021/07/24/\343\200\220AH_training\343\200\221PHP\345\221\275\344\273\244\346\211\247\350\241\214/index.html"
create mode 100644 "2021/07/25/\343\200\220AH_training\343\200\221SQL\346\263\250\345\205\245/index.html"
create mode 100644 2021/07/28/20211009/index.html
create mode 100644 "2021/07/28/\343\200\220AH-training\343\200\221PHP\345\217\215\345\272\217\345\210\227\345\214\226/index.html"
create mode 100644 "2021/07/28/\343\200\220BUUCTF\343\200\221BUUCTF_Blacklist/index.html"
create mode 100644 "2021/07/28/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]Http/index.html"
create mode 100644 "2021/07/31/\343\200\220AH-training\343\200\221SSRF/index.html"
create mode 100644 "2021/08/02/\343\200\220BUUCTF\343\200\221[HCTF-2018]WarmUp/index.html"
create mode 100644 "2021/08/03/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]EasySQL/index.html"
create mode 100644 "2021/08/04/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]LoveSQL/index.html"
create mode 100644 "2021/08/05/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]Havefun/index.html"
create mode 100644 "2021/08/07/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]BabySQL/index.html"
create mode 100644 "2021/08/10/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]FinalSQL/index.html"
create mode 100644 "2021/08/11/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]HardSQL/index.html"
create mode 100644 "2021/08/13/Hexo\350\277\236\346\216\245GitHub\346\227\266\345\207\272\347\216\260\347\232\204SSH\345\257\206\351\222\245\346\233\264\346\224\271\344\270\272\344\270\252\344\272\272\350\256\277\351\227\256\344\273\244\347\211\214\351\227\256\351\242\230/index.html"
create mode 100644 "2021/08/13/Hexo\350\277\236\346\216\245GitHub\346\227\266\345\207\272\347\216\260\347\232\204SSH\345\257\206\351\222\245\346\233\264\346\224\271\344\270\272\344\270\252\344\272\272\350\256\277\351\227\256\344\273\244\347\211\214\351\227\256\351\242\230111/index.html"
create mode 100644 "2021/08/15/\343\200\220BUUCTF\343\200\221-\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019-123/index.html"
create mode 100644 "2021/08/15/\343\200\220aaaBUUCTF\343\200\221-\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019-EasySQL/index.html"
create mode 100644 "2021/08/16/\343\200\220aaa\343\200\221\343\200\220git\343\200\221git\345\255\246\344\271\240\347\254\224\350\256\260/index.html"
create mode 100644 "2021/08/16/\343\200\220git\343\200\221git\345\255\246\344\271\240\347\254\224\350\256\260/index.html"
create mode 100644 "2021/08/17/\343\200\220BJDCTF-2020-web\343\200\221Cookie is so subtle!/index.html"
create mode 100644 "2021/08/21/\343\200\220SSTI\343\200\221\346\250\241\346\235\277\346\263\250\345\205\245\345\237\272\347\241\200/index.html"
create mode 100644 "2021/08/30/\344\270\200\351\201\223\347\256\200\345\215\225\347\232\204\345\257\206\347\240\201\345\255\246/index.html"
create mode 100644 "2021/08/31/Linux-Ubuntu\350\231\232\346\213\237\346\234\272\344\277\256\346\224\271\347\224\250\346\210\267\345\220\215\344\270\272\345\255\246\345\217\267\347\232\204\350\257\225\351\224\231\350\247\243\345\206\263/index.html"
create mode 100644 2021/09/21/aabb/index.html
create mode 100644 "2021/09/21/a\346\234\252\345\221\275\345\220\215/index.html"
create mode 100644 "2021/09/21/\343\200\220BUUCTF\343\200\221BUU-SQL-COURSE-1/index.html"
create mode 100644 "2021/09/25/\347\275\221\345\210\203\346\235\2572021\347\255\276\345\210\260/index.html"
create mode 100644 "2021/10/13/\343\200\220NSSCTF\343\200\2212021SWPU-web/index.html"
create mode 100644 2021/10/15/include/index.html
create mode 100644 "2021/10/15/\343\200\220BUUCTF\343\200\221[\346\236\201\345\256\242\345\244\247\346\214\221\346\210\230-2019]PHP/index.html"
create mode 100644 "2021/10/18/\343\200\220TSW\343\200\2212021\350\277\216\346\226\260\350\265\233writeup/index.html"
create mode 100644 "2021/10/22/\343\200\220NSSCTF\343\200\2212021SWPU-crypto/index.html"
create mode 100644 "2021/11/11/\343\200\220RoarCTF 2019\343\200\221Easy Calc 1/index.html"
create mode 100644 2021/12/01/1201/index.html
create mode 100644 "2021/12/01/a\346\234\252\345\221\275\345\220\215/index.html"
create mode 100644 CNAME
create mode 100644 archives/2021/06/index.html
create mode 100644 archives/2021/06/page/2/index.html
create mode 100644 archives/2021/07/index.html
create mode 100644 archives/2021/07/page/2/index.html
create mode 100644 archives/2021/08/index.html
create mode 100644 archives/2021/08/page/2/index.html
create mode 100644 archives/2021/09/index.html
create mode 100644 archives/2021/10/index.html
create mode 100644 archives/2021/11/index.html
create mode 100644 archives/2021/12/index.html
create mode 100644 archives/2021/index.html
create mode 100644 archives/2021/page/2/index.html
create mode 100644 archives/2021/page/3/index.html
create mode 100644 archives/2021/page/4/index.html
create mode 100644 archives/2021/page/5/index.html
create mode 100644 archives/2021/page/6/index.html
create mode 100644 archives/index.html
create mode 100644 archives/page/2/index.html
create mode 100644 archives/page/3/index.html
create mode 100644 archives/page/4/index.html
create mode 100644 archives/page/5/index.html
create mode 100644 archives/page/6/index.html
create mode 100644 categories/index.html
create mode 100644 css/background.css
create mode 100644 css/index.css
rename placeholder => css/var.css (100%)
create mode 100644 img/404.jpg
create mode 100644 "img/404\345\216\237.jpg"
create mode 100644 img/algolia.svg
create mode 100644 img/brielle-french-61JpASTemRU-unsplash.jpg
create mode 100644 img/cute.jpg
create mode 100644 img/favicon.png
create mode 100644 img/friend_404.gif
create mode 100644 img/mmexport1573706097312.gif
create mode 100644 index.html
create mode 100644 js/main.js
create mode 100644 js/search/algolia.js
create mode 100644 js/search/local-search.js
create mode 100644 js/tw_cn.js
create mode 100644 js/utils.js
create mode 100644 link/index.html
create mode 100644 page/2/index.html
create mode 100644 page/3/index.html
create mode 100644 page/4/index.html
create mode 100644 page/5/index.html
create mode 100644 page/6/index.html
create mode 100644 tags/Crypto/index.html
create mode 100644 tags/FAQ/index.html
create mode 100644 tags/Hexo/index.html
create mode 100644 tags/KALI/index.html
create mode 100644 tags/LAB/index.html
create mode 100644 tags/Linux/index.html
create mode 100644 tags/Markdown/index.html
create mode 100644 tags/PHP/index.html
create mode 100644 tags/RCE/index.html
create mode 100644 tags/SQL/index.html
create mode 100644 tags/TSW/index.html
create mode 100644 tags/Tools/index.html
create mode 100644 tags/Training/index.html
create mode 100644 tags/Typora/index.html
create mode 100644 tags/Ubuntu/index.html
create mode 100644 tags/VMware/index.html
create mode 100644 tags/WEB/index.html
create mode 100644 tags/WEB/page/2/index.html
create mode 100644 tags/competition/index.html
create mode 100644 tags/git/index.html
create mode 100644 tags/github/index.html
create mode 100644 tags/http/index.html
create mode 100644 tags/index.html
create mode 100644 tags/pycharm/index.html
create mode 100644 tags/python/index.html
create mode 100644 tags/welcome/index.html
create mode 100644 "tags/\344\273\243\347\240\201\345\256\241\350\256\241/index.html"
create mode 100644 "tags/\345\217\215\345\272\217\345\210\227\345\214\226/index.html"
create mode 100644 "tags/\346\226\207\344\273\266\344\270\212\344\274\240/index.html"
create mode 100644 "tags/\346\226\207\344\273\266\345\214\205\345\220\253/index.html"
create mode 100644 "tags/\346\250\241\346\235\277\346\263\250\345\205\245/index.html"
create mode 100644 "tags/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/index.html"
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL {
err: Error: Spawn failed
at ChildProcess.<anonymous> (D:\Hexo\node_modules\hexo-util\lib\spawn.js:51:21)
at ChildProcess.emit (node:events:390:28)
at ChildProcess.cp.emit (D:\Hexo\node_modules\cross-spawn\lib\enoent.js:34:29)
at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) {
code: 128
}
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html

但是最后出错了,原因是我前面没有将id_rsa.pub公钥文件复制到image-20211201174605059

详见博客:https://blog.csdn.net/qq_45242696/article/details/97259563

image-20211201174516010

6.成功

image-20211201174706061

参考链接:

更换新电脑后,hexo无损方式重新部署

GitHub解决git@github.com: Permission denied (publickey).问题

【Hexo github】进行SSH认证时报错git操作提示git@github.com_ Permission denied (publickey)(已解决)