前言

之前hexo d部署到github page这一步经常都报错,什么unfatal: can't connect to github什么的,最近修改了一个配置就再也没有遇到过这个问题了^_^

解决

打开站点配置文件_config.yml,搜索inject,找到下列配置部分,将repository中原来的地址按下方repository的格式进行修改:

git@github.com:你的用户名/你的仓库名.git

1
2
3
4
5
6
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repository: git@github.com:hellodqy/hellodqy.github.io.git
branch: main