type
status
date
slug
summary
tags
category
created days
new update day
icon
password
Created_time
Dec 8, 2022 03:36 AM
Last edited time
Mar 1, 2025 01:50 AM
解决方案
- 删除
.deploy
文件夹再hexo d
- 配置:
global user.email/user.name
- 执行:hexo deploy,成功
在执行
hexo clean
的时候只删除了 db.json
和 public
文件夹,并没有删除.deploy
文件夹所以才有可能出现
'github' does not appear to be a git repository
的现象- 作者:tangcuyu
- 链接:https://expoli.tech/articles/2018/11/17/1564656235419.html
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。