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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to