public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Problem cloning Git
@ 2009-04-15 10:11 Remco Poelstra
  2009-04-16 16:09 ` Detlev Zundel
  0 siblings, 1 reply; 3+ messages in thread
From: Remco Poelstra @ 2009-04-15 10:11 UTC (permalink / raw)
  To: u-boot

Hi,

While doing > git clone git://git.denx.de/u-boot.git, I get the following errors:
> remote: Compressing objects: 100% (16533/16533), done.
> remote: Total 90263 (delta 74103), reused 89209 (delta 73184)
> Receiving objects: 100% (90263/90263), 29.61 MiB | 175 KiB/s, done.
> Resolving deltas: 100% (74103/74103), done.
> error: Trying to write ref REMOTE_HEAD with nonexistant object f75a729b5c1434d5a5bbf453b1b699bf1c3ffbce
> fatal: Cannot update the ref 'REMOTE_HEAD'.
> error: Trying to write ref refs/remotes/origin/i.MX31 with nonexistant object a6e0e74f933745c45d2b5ee83a0898d973acaf71
> fatal: Cannot update the ref 'refs/remotes/origin/i.MX31'.
> error: Trying to write ref refs/remotes/origin/lwmon5 with nonexistant object 0008e2abc8456d51e0e1bfae71e6f14f74790cc5
> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_0050'.
<A few pages of these errors>
> error: Trying to write ref refs/tags/LABEL_2003_03_06_0200 with nonexistant object db2f721ffcf9693086a7e5c6c7015f2019e7f52e
> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_0200'.
> error: Trying to write ref refs/tags/LABEL_2003_03_06_1440 with nonexistant object 500545cc6b83958209128bffa825b3c842a21a4e
> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_1440'.
> error: Trying to write ref refs/tags/LABEL_2003_03_06_2255 with nonexistant object 1cb8e980c41e86760fa93de63f4e4cf643bef9d9
> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_2255'. 
> Warning: Remote HEAD refers to nonexistent ref, unable to checkout.

Am I doing something wrong?

Kind regards,

Remco Poelstra

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

* [U-Boot] Problem cloning Git
  2009-04-15 10:11 [U-Boot] Problem cloning Git Remco Poelstra
@ 2009-04-16 16:09 ` Detlev Zundel
  2009-04-20 14:02   ` Remco Poelstra
  0 siblings, 1 reply; 3+ messages in thread
From: Detlev Zundel @ 2009-04-16 16:09 UTC (permalink / raw)
  To: u-boot

Hi Remco,

> While doing > git clone git://git.denx.de/u-boot.git, I get the following errors:
>> remote: Compressing objects: 100% (16533/16533), done.
>> remote: Total 90263 (delta 74103), reused 89209 (delta 73184)
>> Receiving objects: 100% (90263/90263), 29.61 MiB | 175 KiB/s, done.
>> Resolving deltas: 100% (74103/74103), done.
>> error: Trying to write ref REMOTE_HEAD with nonexistant object f75a729b5c1434d5a5bbf453b1b699bf1c3ffbce
>> fatal: Cannot update the ref 'REMOTE_HEAD'.
>> error: Trying to write ref refs/remotes/origin/i.MX31 with nonexistant object a6e0e74f933745c45d2b5ee83a0898d973acaf71
>> fatal: Cannot update the ref 'refs/remotes/origin/i.MX31'.
>> error: Trying to write ref refs/remotes/origin/lwmon5 with nonexistant object 0008e2abc8456d51e0e1bfae71e6f14f74790cc5
>> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_0050'.
> <A few pages of these errors>
>> error: Trying to write ref refs/tags/LABEL_2003_03_06_0200 with nonexistant object db2f721ffcf9693086a7e5c6c7015f2019e7f52e
>> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_0200'.
>> error: Trying to write ref refs/tags/LABEL_2003_03_06_1440 with nonexistant object 500545cc6b83958209128bffa825b3c842a21a4e
>> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_1440'.
>> error: Trying to write ref refs/tags/LABEL_2003_03_06_2255 with nonexistant object 1cb8e980c41e86760fa93de63f4e4cf643bef9d9
>> fatal: Cannot update the ref 'refs/tags/LABEL_2003_03_06_2255'. 
>> Warning: Remote HEAD refers to nonexistent ref, unable to checkout.
>
> Am I doing something wrong?

Just checked here and I don't see any problems.  Maybe try again, or try
upgrading git on your end.  For the test I used 1.5.6.5 and 1.6.2.2,
both without a problem.

Cheers
  Detlev

-- 
 Those who do not understand Unix are condemned to reinvent it,
 poorly.
 - Henry Spencer, University of Toronto Unix hack
--
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

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

* [U-Boot] Problem cloning Git
  2009-04-16 16:09 ` Detlev Zundel
@ 2009-04-20 14:02   ` Remco Poelstra
  0 siblings, 0 replies; 3+ messages in thread
From: Remco Poelstra @ 2009-04-20 14:02 UTC (permalink / raw)
  To: u-boot

Detlev Zundel schreef:
> Just checked here and I don't see any problems.  Maybe try again, or try
> upgrading git on your end.  For the test I used 1.5.6.5 and 1.6.2.2,
> both without a problem.

Thanks for your reply.
Upgrading to a newer version indeed fixed the problem.

Regards,

Remco Poelstra

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

end of thread, other threads:[~2009-04-20 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 10:11 [U-Boot] Problem cloning Git Remco Poelstra
2009-04-16 16:09 ` Detlev Zundel
2009-04-20 14:02   ` Remco Poelstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox