* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
@ 2007-04-03 10:13 ` Robert Fitzsimons
2007-04-03 10:34 ` Aubrey Li
2007-04-03 10:47 ` Detlev Zundel
` (4 subsequent siblings)
5 siblings, 1 reply; 22+ messages in thread
From: Robert Fitzsimons @ 2007-04-03 10:13 UTC (permalink / raw)
To: u-boot
You might have better luck using the git protocol instead of the http
protocol.
git-clone git://www.denx.de/git/u-boot-blackfin.git
Robert
On Tue, Apr 03, 2007 at 11:52:31AM +0800, Aubrey Li wrote:
> Dear Wolfgang,
>
> Somehow I can't clone my git repository any more, git-clone always
> hangs at the same commit-ID as follows.
> Please help, thanks.
>
> Best Regards,
> -Aubrey
>
> aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> http://www.denx.de/git/u-boot-blackfin.git
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-03 10:13 ` Robert Fitzsimons
@ 2007-04-03 10:34 ` Aubrey Li
0 siblings, 0 replies; 22+ messages in thread
From: Aubrey Li @ 2007-04-03 10:34 UTC (permalink / raw)
To: u-boot
Sadly, git port is not permitted in the office.
Thanks anyway.
-Aubrey
On 4/3/07, Robert Fitzsimons <robfitz@273k.net> wrote:
> You might have better luck using the git protocol instead of the http
> protocol.
>
> git-clone git://www.denx.de/git/u-boot-blackfin.git
>
> Robert
>
> On Tue, Apr 03, 2007 at 11:52:31AM +0800, Aubrey Li wrote:
> > Dear Wolfgang,
> >
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
> > Please help, thanks.
> >
> > Best Regards,
> > -Aubrey
> >
> > aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> > http://www.denx.de/git/u-boot-blackfin.git
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
2007-04-03 10:13 ` Robert Fitzsimons
@ 2007-04-03 10:47 ` Detlev Zundel
2007-04-03 12:54 ` Wolfgang Denk
2007-04-05 6:35 ` Aubrey Li
2007-04-03 10:56 ` Peter Pearse
` (3 subsequent siblings)
5 siblings, 2 replies; 22+ messages in thread
From: Detlev Zundel @ 2007-04-03 10:47 UTC (permalink / raw)
To: u-boot
Hi Aubrey,
> Somehow I can't clone my git repository any more, git-clone always
> hangs at the same commit-ID as follows.
> Please help, thanks.
>
> Best Regards,
> -Aubrey
>
> aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> http://www.denx.de/git/u-boot-blackfin.git
>
> ----snip----
> walk d2c83f549378fb3fc34cb3c2e62fd772fbf8b68b
> got b2e8b3c69774357044f39186a10cf1542bde6be5
> got 2da827b326038662feb6f28cb0f9a3d86cef6b2e
> got f9741f4fc9f4b1165c58d76dc58e0593808b84e5
> got eb62a0abe8bdea88c563380c302a88fa64eff151
> got 620d3c9a14affca29a5c4e575e9f355c2bd4aed2
> got 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
> got 0612ed5872dbec0736e779eb28748af04c0d4f1c
> walk 620d3c9a14affca29a5c4e575e9f355c2bd4aed2
> walk 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
> walk 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
> walk e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
> walk dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
> walk e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
> walk 1954be6e9c9421b45d0a9d05b10356acc7563150
> walk fae684e89844856383bdf101440889557df3e6b1
> walk 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
> walk 1aa934c81b77f2080d3ca4b226eab67b17a33961
> walk 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
> walk 1729b92cde575476684bffe819d0b7791b57bff2
> got 3ab1a99fbc6527441b6932b20d3e0a262a9d5fdb
> got a6c834c3ece23487b4f744bfc516c78aab800117
> got 4be23a12f23f1372634edc3215137b09768b7949
Hm. Can't you use the git:// protocol? This is much more efficient
anyway and whats more, I just tried and this works
like a charm.
I also tried the http:// method and admittedly it hung on first try -
using git 1.4.4.1. I checked and it looks like git-http-pull might
have a problem there (the last objected from your list actually
produces a 404 not found on our server). I upgraded my local git to
1.5.0.3 and now it works.
Can you please try using the git protocol or otherwise updateing your
git version?
Thanks
Detlev
--
FORTRAN's tragic fate has been its wide acceptance, mentally chaining thousands
and thousands of programmers to our past mistakes. I pray daily that more of my
fellow-programmers may find the means of freeing themselves from the curse of
compatibility. -- Edsger W. Dijkstra
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany +49 8142 66989 40
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-03 10:47 ` Detlev Zundel
@ 2007-04-03 12:54 ` Wolfgang Denk
2007-04-05 6:35 ` Aubrey Li
1 sibling, 0 replies; 22+ messages in thread
From: Wolfgang Denk @ 2007-04-03 12:54 UTC (permalink / raw)
To: u-boot
In message <m2r6r1rayd.fsf@sowhat.denx.de> you wrote:
>
> I also tried the http:// method and admittedly it hung on first try -
> using git 1.4.4.1. I checked and it looks like git-http-pull might
> have a problem there (the last objected from your list actually
> produces a 404 not found on our server). I upgraded my local git to
> 1.5.0.3 and now it works.
I used git version 1.4.4.2 in my test, which worked fine.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
He'd been wrong, there _was_ a light at the end of the tunnel, and it
was a flamethrower. - Terry Pratchett, _Mort_
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 10:47 ` Detlev Zundel
2007-04-03 12:54 ` Wolfgang Denk
@ 2007-04-05 6:35 ` Aubrey Li
2007-04-05 8:13 ` Mike Frysinger
1 sibling, 1 reply; 22+ messages in thread
From: Aubrey Li @ 2007-04-05 6:35 UTC (permalink / raw)
To: u-boot
On 4/3/07, Detlev Zundel <dzu@denx.de> wrote:
> Hi Aubrey,
>
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
> > Please help, thanks.
> >
> > Best Regards,
> > -Aubrey
> >
> > aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> > http://www.denx.de/git/u-boot-blackfin.git
> >
> > ----snip----
> > walk d2c83f549378fb3fc34cb3c2e62fd772fbf8b68b
> > got b2e8b3c69774357044f39186a10cf1542bde6be5
> > got 2da827b326038662feb6f28cb0f9a3d86cef6b2e
> > got f9741f4fc9f4b1165c58d76dc58e0593808b84e5
> > got eb62a0abe8bdea88c563380c302a88fa64eff151
> > got 620d3c9a14affca29a5c4e575e9f355c2bd4aed2
> > got 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
> > got 0612ed5872dbec0736e779eb28748af04c0d4f1c
> > walk 620d3c9a14affca29a5c4e575e9f355c2bd4aed2
> > walk 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
> > walk 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
> > walk e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
> > walk dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
> > walk e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
> > walk 1954be6e9c9421b45d0a9d05b10356acc7563150
> > walk fae684e89844856383bdf101440889557df3e6b1
> > walk 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
> > walk 1aa934c81b77f2080d3ca4b226eab67b17a33961
> > walk 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
> > walk 1729b92cde575476684bffe819d0b7791b57bff2
> > got 3ab1a99fbc6527441b6932b20d3e0a262a9d5fdb
> > got a6c834c3ece23487b4f744bfc516c78aab800117
> > got 4be23a12f23f1372634edc3215137b09768b7949
>
> Hm. Can't you use the git:// protocol? This is much more efficient
> anyway and whats more, I just tried and this works
> like a charm.
>
I'm behind of a firewall in the office, on which git port is not permitted.
http:// protocol is the only way for me to use git-clone.
>
> I also tried the http:// method and admittedly it hung on first try -
> using git 1.4.4.1. I checked and it looks like git-http-pull might
> have a problem there (the last objected from your list actually
> produces a 404 not found on our server). I upgraded my local git to
> 1.5.0.3 and now it works.
Yes, upgrading to 1.5.1 improve this issue, although it hangs at the
first time, it works at the second time.
Thanks, :)
-Aubrey
>
> --
> FORTRAN's tragic fate has been its wide acceptance, mentally chaining thousands
> and thousands of programmers to our past mistakes. I pray daily that more of my
> fellow-programmers may find the means of freeing themselves from the curse of
> compatibility. -- Edsger W. Dijkstra
> --
> DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
> Office: Kirchenstr. 5, D-82194 Groebenzell, Germany +49 8142 66989 40
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
2007-04-03 10:13 ` Robert Fitzsimons
2007-04-03 10:47 ` Detlev Zundel
@ 2007-04-03 10:56 ` Peter Pearse
2007-04-03 12:41 ` Wolfgang Denk
` (2 subsequent siblings)
5 siblings, 0 replies; 22+ messages in thread
From: Peter Pearse @ 2007-04-03 10:56 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> Of Aubrey Li
> Sent: 03 April 2007 04:53
> To: Wolfgang Denk
> Cc: u-boot-users
> Subject: [U-Boot-Users] git clone problem
>
> Dear Wolfgang,
>
> Somehow I can't clone my git repository any more, git-clone
> always hangs at the same commit-ID as follows.
> Please help, thanks.
Aubrey
OK here
<--- snip --->
walk e47b2abf2f405adc271aa2728dc2399eb7187143
walk 915531931a93956644f2b9efa4e48d857ef26fc2
walk fda09263819ed5bd2ea3b32bbc0cb8262c0958c6
walk 643a03dff146753f7e8e52a825a70c0d0ca69867
walk 9956b03b956994bb4e2cee4161f3626bcfd71924
Checking files out...
100% (4697/4697) done
Regards
Peter
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
` (2 preceding siblings ...)
2007-04-03 10:56 ` Peter Pearse
@ 2007-04-03 12:41 ` Wolfgang Denk
2007-04-05 7:29 ` Aubrey Li
2007-04-03 14:37 ` Timur Tabi
2007-04-04 0:48 ` Mike Frysinger
5 siblings, 1 reply; 22+ messages in thread
From: Wolfgang Denk @ 2007-04-03 12:41 UTC (permalink / raw)
To: u-boot
Dear Aubrey,
in message <27d85ee10704022052s19450326i41a36b5ac1f3508d@mail.gmail.com> you wrote:
>
> Somehow I can't clone my git repository any more, git-clone always
> hangs at the same commit-ID as follows.
Hm.... it's working fine for me.
Which version of git are you using?
> aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> http://www.denx.de/git/u-boot-blackfin.git
Is there any specific reason why you use HTTP protocol? git protocol
would be much faster (but of course HTTP should work, too).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Life is a process, not a principle, a mystery to be lived, not a
problem to be solved. - Gerard Straub, television producer and author
(stolen from Frank Herbert??)
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-03 12:41 ` Wolfgang Denk
@ 2007-04-05 7:29 ` Aubrey Li
0 siblings, 0 replies; 22+ messages in thread
From: Aubrey Li @ 2007-04-05 7:29 UTC (permalink / raw)
To: u-boot
On 4/3/07, Wolfgang Denk <wd@denx.de> wrote:
> Dear Aubrey,
>
> in message <27d85ee10704022052s19450326i41a36b5ac1f3508d@mail.gmail.com> you wrote:
> >
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
>
> Hm.... it's working fine for me.
>
> Which version of git are you using?
I used 1.4.4.2 before and it worked. But later I can't clone the
repository out any more. The latest version seems to work better.
>
> > aubrey at ubuntu-feisty:~/upstream-uboot$ git-clone
> > http://www.denx.de/git/u-boot-blackfin.git
>
> Is there any specific reason why you use HTTP protocol? git protocol
> would be much faster (but of course HTTP should work, too).
>
Firewall problem.
-Aubrey
>
> --
> DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
> Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Life is a process, not a principle, a mystery to be lived, not a
> problem to be solved. - Gerard Straub, television producer and author
> (stolen from Frank Herbert??)
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
` (3 preceding siblings ...)
2007-04-03 12:41 ` Wolfgang Denk
@ 2007-04-03 14:37 ` Timur Tabi
2007-04-05 7:31 ` Aubrey Li
2007-04-05 16:59 ` Scott Wood
2007-04-04 0:48 ` Mike Frysinger
5 siblings, 2 replies; 22+ messages in thread
From: Timur Tabi @ 2007-04-03 14:37 UTC (permalink / raw)
To: u-boot
Aubrey Li wrote:
> Dear Wolfgang,
>
> Somehow I can't clone my git repository any more, git-clone always
> hangs at the same commit-ID as follows.
> Please help, thanks.
Be patient. I've seen git (with the http protocol) pause for up to 10
minutes before resuming, and there are no errors.
I suggest you try the git-clone at the end of the day and it run
overnight. See what happens the next morning.
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-03 14:37 ` Timur Tabi
@ 2007-04-05 7:31 ` Aubrey Li
2007-04-05 16:59 ` Scott Wood
1 sibling, 0 replies; 22+ messages in thread
From: Aubrey Li @ 2007-04-05 7:31 UTC (permalink / raw)
To: u-boot
On 4/3/07, Timur Tabi <timur@freescale.com> wrote:
> Aubrey Li wrote:
> > Dear Wolfgang,
> >
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
> > Please help, thanks.
>
> Be patient. I've seen git (with the http protocol) pause for up to 10
> minutes before resuming, and there are no errors.
>
> I suggest you try the git-clone at the end of the day and it run
> overnight. See what happens the next morning.
>
I tried waiting about 30 hours and it failed at end.
-Aubrey
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 14:37 ` Timur Tabi
2007-04-05 7:31 ` Aubrey Li
@ 2007-04-05 16:59 ` Scott Wood
1 sibling, 0 replies; 22+ messages in thread
From: Scott Wood @ 2007-04-05 16:59 UTC (permalink / raw)
To: u-boot
On Tue, Apr 03, 2007 at 09:37:24AM -0500, Timur Tabi wrote:
> Aubrey Li wrote:
> > Dear Wolfgang,
> >
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
> > Please help, thanks.
>
> Be patient. I've seen git (with the http protocol) pause for up to 10
> minutes before resuming, and there are no errors.
That usually happens when downloading a large pack... they really should
put a progress meter on that.
-Scott
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-03 3:52 [U-Boot-Users] git clone problem Aubrey Li
` (4 preceding siblings ...)
2007-04-03 14:37 ` Timur Tabi
@ 2007-04-04 0:48 ` Mike Frysinger
2007-04-05 7:34 ` Aubrey Li
5 siblings, 1 reply; 22+ messages in thread
From: Mike Frysinger @ 2007-04-04 0:48 UTC (permalink / raw)
To: u-boot
On Monday 02 April 2007, Aubrey Li wrote:
> Somehow I can't clone my git repository any more, git-clone always
> hangs at the same commit-ID as follows.
ive seen the hang as well on diff machines with u-boot.git ... i usually just
CTRL+C it and then run update in the tree and assume everything worked :)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070403/7aaa0635/attachment.pgp
^ permalink raw reply [flat|nested] 22+ messages in thread* [U-Boot-Users] git clone problem
2007-04-04 0:48 ` Mike Frysinger
@ 2007-04-05 7:34 ` Aubrey Li
2007-04-05 8:11 ` Mike Frysinger
0 siblings, 1 reply; 22+ messages in thread
From: Aubrey Li @ 2007-04-05 7:34 UTC (permalink / raw)
To: u-boot
On 4/4/07, Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 02 April 2007, Aubrey Li wrote:
> > Somehow I can't clone my git repository any more, git-clone always
> > hangs at the same commit-ID as follows.
>
> ive seen the hang as well on diff machines with u-boot.git ... i usually just
> CTRL+C it and then run update in the tree and assume everything worked :)
> -mike
>
Which version of git are you using? When I CTRL+C it, the clone
directory is not created, I have no place to run update.
-Aubrey
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-05 7:34 ` Aubrey Li
@ 2007-04-05 8:11 ` Mike Frysinger
2007-04-05 9:18 ` Wolfgang Denk
0 siblings, 1 reply; 22+ messages in thread
From: Mike Frysinger @ 2007-04-05 8:11 UTC (permalink / raw)
To: u-boot
On Thursday 05 April 2007, Aubrey Li wrote:
> On 4/4/07, Mike Frysinger <vapier@gentoo.org> wrote:
> > On Monday 02 April 2007, Aubrey Li wrote:
> > > Somehow I can't clone my git repository any more, git-clone always
> > > hangs at the same commit-ID as follows.
> >
> > ive seen the hang as well on diff machines with u-boot.git ... i usually
> > just CTRL+C it and then run update in the tree and assume everything
> > worked :)
>
> Which version of git are you using? When I CTRL+C it, the clone
> directory is not created, I have no place to run update.
i use cogito myself rather then running git directly ... not sure if that
matters
i think the git tree is still being exported via rsync, so you could try
cloning that ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070405/09d4af42/attachment.pgp
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-05 8:11 ` Mike Frysinger
@ 2007-04-05 9:18 ` Wolfgang Denk
2007-04-05 7:16 ` Zang Roy-r61911
0 siblings, 1 reply; 22+ messages in thread
From: Wolfgang Denk @ 2007-04-05 9:18 UTC (permalink / raw)
To: u-boot
In message <200704050411.05708.vapier@gentoo.org> you wrote:
>
> i use cogito myself rather then running git directly ... not sure if that
> matters
Not really, both works here ;-)
> i think the git tree is still being exported via rsync, so you could try
> cloning that ...
If he cannot get out using git protocol, he probably cannot get out
using rsync either. One of these brain-dead admin policies to allow
HTTP only (as if we couldn't tunnel anything over HTTP, too).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"In the face of entropy and nothingness, you kind of have to pretend
it's not there if you want to keep writing good code."
- Karl Lehenbauer
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-05 9:18 ` Wolfgang Denk
@ 2007-04-05 7:16 ` Zang Roy-r61911
2007-04-05 12:17 ` Aubrey Li
0 siblings, 1 reply; 22+ messages in thread
From: Zang Roy-r61911 @ 2007-04-05 7:16 UTC (permalink / raw)
To: u-boot
On Thu, 2007-04-05 at 17:18, Wolfgang Denk wrote:
> In message <200704050411.05708.vapier@gentoo.org> you wrote:
> >
> > i use cogito myself rather then running git directly ... not sure if
> that
> > matters
>
> Not really, both works here ;-)
>
> > i think the git tree is still being exported via rsync, so you could
> try
> > cloning that ...
>
> If he cannot get out using git protocol, he probably cannot get out
> using rsync either. One of these brain-dead admin policies to allow
> HTTP only (as if we couldn't tunnel anything over HTTP, too).
>
Dear Wolfgang
I can not clone your git tree with http protocol recently.
My git version is 1.4.2.
The following is the error log with command
git clone http://www.denx.de/git/u-boot.git
...
error: cannot unpack fe4cca60c78abaec0f6a8d55743434a2e418b713 from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: cannot unpack fe7c4ae0b4d4b4108c84b3ee8899d33d384cb3a3 from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: cannot unpack ff694909b836eb37ff3f6935bbc11c0b06460fcc from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: cannot unpack ffbe0d2759867920134bbee484430562d38f8fcd from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: cannot unpack ffc898c58769ff586499b8f35af9695233d1c275 from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: cannot unpack fffb1a0f87c15a95c09d9537d595b0596d9f1cd5 from
/home/bjeng/roy/u-boot/.git/objects/pack/pack-a65a5e232bc55c0bb1a4bf4e330d0c54f96264f3.pack
error: Unable to find 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed under
http://www.denx.de/git/u-boot.git/
Cannot obtain needed commit 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed
while processing commit 31c98a88228021b314c89ebb8104fb6473da4471.
Thanks.
Roy
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-05 7:16 ` Zang Roy-r61911
@ 2007-04-05 12:17 ` Aubrey Li
2007-04-06 0:40 ` Zang Roy-r61911
0 siblings, 1 reply; 22+ messages in thread
From: Aubrey Li @ 2007-04-05 12:17 UTC (permalink / raw)
To: u-boot
On 05 Apr 2007 15:16:44 +0800, Zang Roy-r61911
<tie-fei.zang@freescale.com> wrote:
> On Thu, 2007-04-05 at 17:18, Wolfgang Denk wrote:
> > In message <200704050411.05708.vapier@gentoo.org> you wrote:
> > >
> > > i use cogito myself rather then running git directly ... not sure if
> > that
> > > matters
> >
> > Not really, both works here ;-)
> >
> > > i think the git tree is still being exported via rsync, so you could
> > try
> > > cloning that ...
> >
> > If he cannot get out using git protocol, he probably cannot get out
> > using rsync either. One of these brain-dead admin policies to allow
> > HTTP only (as if we couldn't tunnel anything over HTTP, too).
> >
> Dear Wolfgang
> I can not clone your git tree with http protocol recently.
> My git version is 1.4.2.
> The following is the error log with command
>
> git clone http://www.denx.de/git/u-boot.git
> ...
Upgrade git to latest version did some help on my side, hope it's
helpful for you.
-Aubrey
^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot-Users] git clone problem
2007-04-05 12:17 ` Aubrey Li
@ 2007-04-06 0:40 ` Zang Roy-r61911
0 siblings, 0 replies; 22+ messages in thread
From: Zang Roy-r61911 @ 2007-04-06 0:40 UTC (permalink / raw)
To: u-boot
On Thu, 2007-04-05 at 20:17, Aubrey Li wrote:
> On 05 Apr 2007 15:16:44 +0800, Zang Roy-r61911
> <tie-fei.zang@freescale.com> wrote:
> > On Thu, 2007-04-05 at 17:18, Wolfgang Denk wrote:
> > > In message <200704050411.05708.vapier@gentoo.org> you wrote:
> > > >
> > > > i use cogito myself rather then running git directly ... not
> sure if
> > > that
> > > > matters
> > >
> > > Not really, both works here ;-)
> > >
> > > > i think the git tree is still being exported via rsync, so you
> could
> > > try
> > > > cloning that ...
> > >
> > > If he cannot get out using git protocol, he probably cannot get
> out
> > > using rsync either. One of these brain-dead admin policies to
> allow
> > > HTTP only (as if we couldn't tunnel anything over HTTP, too).
> > >
> > Dear Wolfgang
> > I can not clone your git tree with http protocol recently.
> > My git version is 1.4.2.
> > The following is the error log with command
> >
> > git clone http://www.denx.de/git/u-boot.git
> > ...
>
> Upgrade git to latest version did some help on my side, hope it's
> helpful for you.
Thanks! it works.
My version is 1.5.1
Roy
^ permalink raw reply [flat|nested] 22+ messages in thread