hexo自定义git用户名&邮箱

修改当前仓库下 .deploy_git 目录下的 .git 的config文件,
添加以下代码:

1
2
3
4
[user]
name = your_username
email = your_email@example.com

保存即可