LoÃc Grenià on Fri, 12 Oct 2012 19:52:46 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: git clone does not work |
2012/10/12 Mathieu Carbou <mathieu.carbou@gmail.com>: > Yes and no ;-) I do not have the previous error anymore but I get > another one: > > Cloning into 'pari'... > 3 [main] git-remote-http 3788 fork: child -1 - forked process 5916 died unexpectedly, retry 0, exit code -1073741515, errno 11 > error: cannot fork() for index-pack: Resource temporarily unavailable This could be an error on your side. Could you try to type strace -f -o /tmp/trace -s 1024 git clone ... to check where this "fork()" problem comes from ? grep fork /tmp/trace should give enough information. > error: Unable to find be3020adedf5d5013f5b7e09ce276659a4e464ac under http://pari.math.u-bordeaux.fr/git/pari.git > Cannot obtain needed object be3020adedf5d5013f5b7e09ce276659a4e464ac > error: Fetch failed. > > > On 12-Oct-2012 13:10, Bill Allombert wrote: >> On Fri, Oct 12, 2012 at 12:20:18PM -0400, Mathieu Carbou wrote: >>> I know that Cygwin has some forking issues with git client but just >>> restarting the whole interpreter works and it is not the same error. >>> >>> What is weird is that: >>> >>> * Cloning gp2c (git clone http://pari.math.u-bordeaux.fr/git/gp2c.git) >>> on Windows 7 Cygwin GIT 1.7.9 works (but takes long time). >>> >>> * Cloning pari (git clone http://pari.math.u-bordeaux.fr/git/pari.git) >>> on Ubuntu GIT 1.7.9.5 works (but takes long time). >> Yes, http is the less efficient git transport, so it takes time. >> >>> * Cloning pari (git clone http://pari.math.u-bordeaux.fr/git/pari.git) >>> on Windows 7 Cygwin GIT 1.7.9 does not work. >>> >>> error: Unable to find e0584e1dd5a6c59e6bbf896a20ffabef94ed8398 under >>> http://pari.math.u-bordeaux.fr/git/pari.git >>> Cannot obtain needed object e0584e1dd5a6c59e6bbf896a20ffabef94ed8398 >>> while processing commit 0ce3694087edb9076f1c6319bfd0b8c6f2b304c6. >>> >>> It always stops at the same commit... >> I did a git fsck on the server. Maybe this will fix this issue. >> >> Cheers, >> Bill. >> >> > > > -- > > Mathieu Carbou > Cell: 514-660-4287 > >