[U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

Detlev Zundel dzu at denx.de
Thu Jun 25 15:12:58 CEST 2009


Hi Po-Yu Chuang,

> Dear Detlev Zundel,
>
> 2009/6/24 Detlev Zundel <dzu at denx.de>:
>>> I cannot access git in the company, but I will try that at home.
>> Why is that?  If it is because of the git port not getting through a
>> company firewall, we do actually offer http:// access to our git repos -
>> just check the "URL" section in gitweb[1].
> I have tried on two machines.
>
> desktop with vmware
> # git clone http://git.denx.de/u-boot.git
> Initialized empty Git repository in /home/ratbert/linux/u-boot/.git/
> fatal: http://git.denx.de/u-boot.git/info/refs download error - Empty
> reply from server
>
> linux server
> $ git clone http://git.denx.de/u-boot.git
> Initialized empty Git repository in /opt/ratbert/linux/u-boot/.git/
> fatal: http://git.denx.de/u-boot.git/info/refs download error -
> couldn't connect to host
>
> p.s. ping git.denx.de OK

Hm.  Do you have any kind of proxy in between?  This works flawlessly
for me:

[dzu at pollux tmp]$ git clone http://git.denx.de/u-boot.git
Initialized empty Git repository in /tmp/u-boot/.git/
got 3e88337b225bf796f6df21d0a7f591530e9d4ce0
walk 3e88337b225bf796f6df21d0a7f591530e9d4ce0
Getting alternates list for http://git.denx.de/u-boot.git
Getting pack list for http://git.denx.de/u-boot.git
Getting index for pack 9d6ff0d1b6334089f18fe2a25e4017a9a874cd77
Getting index for pack 3d2c42c65b4d7647eb78fc59504a61ffb3e36987
Getting index for pack dc08df4b9096a9aea978018a87cefd5719f92b96
Getting index for pack 005a71750c21a5b02b8b539e5305d956d39a3551
Getting index for pack c0db934da1ae1ce325e7c27380db2e790c9931b7
Getting index for pack ec2d949e0a06f5472a1e23446f9b46bb1852aa3f
Getting index for pack 5a81f6c5331dfb5a851d8e1205c1baa269033eba
Getting index for pack a7505bd52e3782f3dfbb10ac4f5b6c8b577c7739
Getting pack 9d6ff0d1b6334089f18fe2a25e4017a9a874cd77
 which contains a6e0e74f933745c45d2b5ee83a0898d973acaf71
got d70da93b038dbee50cb3e84cc0db25aab424a772
got 6b1f78ae6ad037382ad430b07064105c88f7ac02
got 95bd78f93cfc903186e88fc58deac036c401cfbc
got 580611cb0932143fc2d7a735cfa9ce1ef34d6002
got 4f90a896f2c64cc05c3a1bc451a0aee6ebbadd61
got afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
....

If you have a proxy, try this beforehand:

export http_proxy=http://<username>:<password>@<proxy_ip>:<proxy_port>

Cheers
  Detlev

-- 
To you I'm an atheist; to God, I'm the Loyal Opposition.
                                        -- Woody Allen
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the U-Boot mailing list