All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] How to download u-boot source code
@ 2008-03-26  7:20 Chen
  2008-03-26  7:37 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Chen @ 2008-03-26  7:20 UTC (permalink / raw)
  To: u-boot

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

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080326/e7cad913/attachment.htm 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] How to download u-boot source code
  2008-03-26  7:20 [U-Boot-Users] How to download u-boot source code Chen
@ 2008-03-26  7:37 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-03-26  7:37 UTC (permalink / raw)
  To: u-boot

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

-- 
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: wd at denx.de
The IQ of the group is the lowest IQ of a member of the group divided
by the number of people in the group.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-26  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-26  7:20 [U-Boot-Users] How to download u-boot source code Chen
2008-03-26  7:37 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.