In message <[EMAIL PROTECTED]> you wrote:
> 
> I try to download the uboot as the following showed, but I failed.
> Is there anyone knows how to solve this problem? 
>  
> cmd: git-clone http://www.denx.de/git/u-boot.git
> <http://www.denx.de/git/u-boot.git>  uboot

This command is definitely wrong. You gotta omit the part in "<...>":

        git-clone http://www.denx.de/git/u-boot.git uboot

Also, it would be much better (and more efficient) to use git protocal
rather than HTTP.

Finally, make sure to use a recent version of git (at least
1.5.something).

> ------_=_NextPart_001_01C88F11.E46862B4
> Content-Type: text/html
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>

And NEVER post HTMP to this list!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
The IQ of the group is the lowest IQ of a member of the group divided
by the number of people in the group.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to