[U-Boot-Users] How to download u-boot source code

Hi,all
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
the output is:
Initialized empty Git repository in d:/04Src/00Uboot/uboot/.git/ Cannot get remote repository information. Perhaps git-update-server-info needs to be run there?
Chen Xueyi
R&D,Nokia-Siemens Networks Transport System CO.
Building 89, 1122 Qin Zhou Bei Road, Shanghai
Tel: + 86 21 34284528 Ext.7154 FAX: + 86 21 54264807

In message 83678987E699AF4F88FE1DA70BA9359F087212F1@ssmcmail05.cn001.siemens.net 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
participants (2)
-
Chen Xue Yi, PB SHA
-
Wolfgang Denk