hexo d -g 突然部署失败,报错如下:
代码语言:shell复制$ fatal: unable to access 'https://github.com/xxxxx/xxxx.git/': The requested URL returned error: 403
err: Error: Spawn failed
at ChildProcess.<anonymous
1.更改hexo配置文件中的git镜像映射地址
代码语言:shell复制$ vim _config.yml #将https的地址更改为git开头的地址,如图
2.检查发布机器和github之间的公私钥是否配对
3.hexo清楚缓存
代码语言:shell复制$ hexo clean
4.重新发布
代码语言:shell复制$ hexo d -g