Needed a single revision. Unable to find current revision in submodule path
Error
$ git submodule update --init --recursive
fatal: Needed a single revision Unable to find current revision in submodule path 'install/haibundle'
Solution
NOTE: This assumes you have no useful changes in the submodule, otherwise you will loose them.
$> rm -fr install/haibundle
$> git submodule update --init --recursive
Recent Comments