Unable to checkout git submodule path
When doing git submodule update, git tries to checkout the commit/tree which is saved in the super project (in your example, the one with commit id dd208d4…) I think you get the error because within the submodule there no such object present. You have to make sure that it is there. Usually that means that … Read more