天天看點

【Hexo異常】fatal: in unpopulated submodule '.deploy_git'

版權聲明:轉載請聯系本人,感謝配合!本站位址:http://blog.csdn.net/nomasp https://blog.csdn.net/NoMasp/article/details/79504699

今天又重新搞了下hexo,好久不動它居然報了錯。

這種情況可以先安裝下相關的依賴:

npm install hexo-deployer-git –save           

實在不行,就把它删掉,然後重新生成和部署。

rm -rf .deploy_git
hexo g
hexo d           

大功告成!

繼續閱讀