今天hexo d的时候报错spawn failed
好好好
办法1: 重置ssh密钥
在博客根目录git bash
1 | ssh-keygen -C "你在github注册的邮箱地址" |
在c:/user/你的用户名/.ssh/
打开id_rsa.pub
打开github设置
点开ssh and gpg keys
在博客根目录git bash here
1 | ssh -T git@github.com |
出现successful字样就完事了
办法2: 删除本地.deploy_git文件夹
如题
删除之后hexo三件套就完事了