From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 21 Mar 2018 10:13:14 +0000 Subject: [U-Boot] git clone http://git.denx.de/u-boot-arc.git doesn't work Message-ID: <1521627193.9805.14.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, For some reason git clone fails if HTTP URL is used [at least for ARC's U-Boot tree]. See: ------------------------------->8------------------------------- git clone http://git.denx.de/u-boot-arc.git Cloning into 'u-boot-arc'... warning: alternate disabled by http.followRedirects: http://git.denx.de/u-boot.git/ error: Unable to find be360d9824d653780ebd3ffc08f1938a8e3dd747 under http://git.denx.de/u-boot-arc.git Cannot obtain needed object be360d9824d653780ebd3ffc08f1938a8e3dd747 while processing commit 4eebd6e1058940231f3fbee057429cfa5cc44251. error: fetch failed. ------------------------------->8------------------------------- Cloning from git://git.denx.de/u-boot-arc.git works as expected. Also I may easily clone main U-Boot repo via HTTP: ------------------------------->8------------------------------- git clone http://git.denx.de/u-boot.git Cloning into 'u-boot'... Checking connectivity: 531607, done. ------------------------------->8------------------------------- Any thoughts on what might be wrong? -Alexey