Hi,
after a fresh clone I hit following error for checking out the submodules
$ LANG=C git clone https://github.com/google/docsy.git
$ LANG=C git submodule update --init --recursive --remote --force
Submodule 'assets/vendor/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'assets/vendor/Font-Awesome'
Submodule 'assets/vendor/bootstrap' (https://github.com/twbs/bootstrap.git) registered for path 'assets/vendor/bootstrap'
Submodule path 'assets/vendor/Font-Awesome': checked out '7cbd7f9951be31f9d06b6ac97739a700320b9130'
fatal: Needed a single revision
fatal: Unable to find current origin/v4-dev revision in submodule path 'assets/vendor/bootstrap'
As we use docsy as submodule in our own Hugo repo, this is quite annoying as we can't build our site.
Hi,
after a fresh
cloneI hit following error for checking out the submodulesAs we use
docsyas submodule in our own Hugo repo, this is quite annoying as we can't build our site.