A few weeks ago, when I first installed a docsy site, I had no problems with Step 3 of 'Using the command line:
git submodule update --init --recursive
This command still works on that site.
However, on a brand new site, following the two steps preceding this one, this git submodule command fails (on two machines) with:
Cloning into 'D:/Hugo/Sites/name/themes/docsy/assets/vendor/bootstrap'... fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack failed error: RPC failed; curl 18 transfer closed with outstanding read data remaining
On the other hand, there is no problem with:
Cloning into 'D:/Hugo/Sites/name/themes/docsy/assets/vendor/Font-Awesome'...
What am I missing here?
Thank you!
A few weeks ago, when I first installed a docsy site, I had no problems with Step 3 of 'Using the command line:
git submodule update --init --recursiveThis command still works on that site.
However, on a brand new site, following the two steps preceding this one, this git submodule command fails (on two machines) with:
Cloning into 'D:/Hugo/Sites/name/themes/docsy/assets/vendor/bootstrap'... fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack failed error: RPC failed; curl 18 transfer closed with outstanding read data remainingOn the other hand, there is no problem with:
Cloning into 'D:/Hugo/Sites/name/themes/docsy/assets/vendor/Font-Awesome'...What am I missing here?
Thank you!