天天看點

hexo d unable to auto-detect email address (got ‘[email protected](none)‘)

1、通過GitHub、Gitee搭建個人部落格,在更新内容的時候出現了下面的錯誤;

hexo d unable to auto-detect email address (got ‘[email protected](none)‘)

2、在網上找了一下解決辦法,一般都是說修項目路徑中.git裡的confg檔案

hexo d unable to auto-detect email address (got ‘[email protected](none)‘)

3、我這邊修改了沒有效果,還是會出現同樣的錯誤仔細看下錯誤日志,發現其實已經給出了明确的解決方法

hexo d unable to auto-detect email address (got ‘[email protected](none)‘)

4、老實的按照提示執行下配置指令,問題完美解決

git config --global user.email "[email protected]"
  git config --global user.name "Your Name"
           

個人部落格位址