[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.
Best Regards, -Aubrey
aubrey@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

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@ubuntu-feisty:~/upstream-uboot$ git-clone http://www.denx.de/git/u-boot-blackfin.git

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@ubuntu-feisty:~/upstream-uboot$ git-clone http://www.denx.de/git/u-boot-blackfin.git

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@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

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

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@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

On Thursday 05 April 2007, Aubrey Li wrote:
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.
would it be useful if i set up local mirrors at ADI for u-boot ? is that even possible (i havent really done anything with git beyond clone/update/diff) ? -mike

On 4/5/07, Mike Frysinger vapier@gentoo.org wrote:
On Thursday 05 April 2007, Aubrey Li wrote:
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.
would it be useful if i set up local mirrors at ADI for u-boot ? is that even possible (i havent really done anything with git beyond clone/update/diff) ?
We can discuss this issue when we meet in Shanghai, :)
-Aubrey

Aubrey Li aubrey.adi@gmail.com wrote:
We can discuss this issue when we meet in Shanghai, :)
-Aubrey
Well... Any reason come to Shanghai together? Pick me up then if possible for I might be helpful locally:-)
Sam
___________________________________________________________ 雅虎免费邮箱-3.5G容量,20M附件 http://cn.mail.yahoo.com/

-----Original Message----- From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@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

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@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

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@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@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??)

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.

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

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

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

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

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

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

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

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

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
participants (10)
-
Aubrey Li
-
Detlev Zundel
-
Mike Frysinger
-
Peter Pearse
-
Robert Fitzsimons
-
Sam Song
-
Scott Wood
-
Timur Tabi
-
Wolfgang Denk
-
Zang Roy-r61911