Error fetching submodule from submodule

2019-03-07 Thread Jesper Rønn-Jensen
Could not access submodule 'common_submodule'" git fetch --recurse-submodules ``` Question: Is this a bug in Git or am I declaring the common submodule in an incorrect way? -- Jesper Rønn-Jensen Nine A/S Mobile: +45 2989 1822 Blog http://justaddwater.dk/ jespe...@gmail.com (Private e-mail and Google Talk IM)

Re: Error fetching submodule from submodule

2019-03-08 Thread Jesper Rønn-Jensen
King wrote: > > On Thu, Mar 07, 2019 at 12:07:21PM +0100, Jesper Rønn-Jensen wrote: > > > Hi I think I may have found an error in the way git handles a > > submodule's submodule. Read further for the example (extracted from a > > real project). > > First off