Bill Allombert on Fri, 12 Oct 2012 15:59:33 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: git clone does not work |
On Fri, Oct 12, 2012 at 09:12:51AM -0400, Mathieu Carbou wrote: > Sorry... Here is the error I have: > > $ git clone http://pari.math.u-bordeaux.fr/git/pari.git > Cloning into 'pari'... > 1 [main] git-remote-http 892 fork: child -1 - forked process 1056 died unexpectedly, retry 0, exit code -1073741515, errno 11 > error: cannot fork() for index-pack: Resource temporarily unavailable > *error: Unable to find e0584e1dd5a6c59e6bbf896a20ffabef94ed8398 under http://pari.math.u-bordeaux.fr/git/pari.git** > **Cannot obtain needed object e0584e1dd5a6c59e6bbf896a20ffabef94ed8398** > **while processing commit 0ce3694087edb9076f1c6319bfd0b8c6f2b304c6.** > *error: Fetch failed. Hello Mathieu, git clone work for me. Maybe your system was short on memory or the PARI web server was saturated (git clone http is a dumb transport that does not execute execute git code on the server side). If you like, send me privately the world-visible IP address of your system and I will check the server log for error. Cheers, Bill.