Re: Failure to fetch submodule with --depth=1 parameter

2019-09-05 Thread Grigory Yakushev
Thanks Jeff! Completely solved the problem for me. On Wed, Sep 4, 2019 at 5:14 AM Jeff King wrote: > > On Tue, Sep 03, 2019 at 05:30:02PM +0200, Grigory Yakushev wrote: > > > $ git --version > > git version 2.17.1 > > > > Repro: > > $ git clone https://github.com/PX4/Firmware.git > > $ cd Firmwa

Re: Failure to fetch submodule with --depth=1 parameter

2019-09-03 Thread Jeff King
On Tue, Sep 03, 2019 at 05:30:02PM +0200, Grigory Yakushev wrote: > $ git --version > git version 2.17.1 > > Repro: > $ git clone https://github.com/PX4/Firmware.git > $ cd Firmware > $ git submodule update --init --recursive --depth=1 > ... > error: Server does not allow request for unadvertised

Failure to fetch submodule with --depth=1 parameter

2019-09-03 Thread Grigory Yakushev
$ git --version git version 2.17.1 Repro: $ git clone https://github.com/PX4/Firmware.git $ cd Firmware $ git submodule update --init --recursive --depth=1 ... error: Server does not allow request for unadvertised object 22df9475ca0d157e2db066a20f64c35906bf7f25 Fetched in submodule path 'Tools/sit