[U-Boot] git clone http://git.denx.de/u-boot-arc.git doesn't work

Alexey Brodkin Alexey.Brodkin at synopsys.com
Wed Mar 21 10:13:14 UTC 2018


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


More information about the U-Boot mailing list