Closed PGzxc closed 4 years ago
what the output of: git submodule status --recursive
?
Here is what I have:
[cbrake@mars simpleiot.org]$ git submodule status --recursive
9030b750190321a5624515f66edc23c249a6f3ac themes/docsy (remotes/origin/LisaFC-code-colour-1-g9030b75)
538a5bc4cf7989821d052e3ff919e2bead07021c themes/docsy/assets/vendor/Font-Awesome (5.10.1)
3b558734382ce58b51e5fc676453bfd53bba9201 themes/docsy/assets/vendor/bootstrap (v2.3.1-14241-g3b5587343)
Here is mine
git submodule status --recursive
9030b750190321a5624515f66edc23c249a6f3ac themes/docsy (remotes/origin/LisaFC-code-colour-1-g9030b75)
fatal: failed to recurse into submodule 'themes/docsy'
the git clone has error, is it has an effect on the result?
Development Environment
Describe the bug
do as the Document say,it all goes ok ,but when i execute the command
hugo server
,something went wrong,the error info is as followTo Reproduce
Steps to reproduce the behavior:
git clone docsy example
,thennpm install
)hugo server
)