当前位置: 代码迷 >> 综合 >> hexo 发布报错问题记录
  详细解决方案

hexo 发布报错问题记录

热度:56   发布时间:2023-11-29 16:28:03.0

hexo 执行generate 生成后
进行deploy到远程github
出现如下报错:

INFO Deploying: git
INFO Clearing .deploy_git folder…
INFO Copying files from public folder…
INFO Copying files from extend dirs…
[master c97ec3f] Site updated: 2022-01-08 20:48:45
113 files changed, 3164 insertions(+), 3164 deletions(-)
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 Something’s wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html
Error: Spawn failed
at ChildProcess. (/Users/dengshuodengshuo/blog/node_modules/hexo-util/lib/spawn.js:51:21)
at ChildProcess.emit (events.js:200:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)

? dengshuodengshuo@dengMac ? ~/blog ? ssh-add ~/.ssh/id_rsa

ssh-add ~/.ssh/id_rsa

添加私钥权限即可