This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: git mirror corrupted?
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc at gnu dot org, Jason Merrill <jason at redhat dot com>
- Date: Sat, 19 Mar 2011 11:47:23 -0400
- Subject: Re: git mirror corrupted?
- References: <AANLkTikZpneLOEWDb9taoiPUoB4Kzhhi0kpuXPgqN8T5@mail.gmail.com>
dnovillo wrote:
> In trying to clone the git mirror, I'm getting:
> $ git clone git://gcc.gnu.org/git/gcc.git
> Cloning into gcc...
> remote: Counting objects: 1191223, done.
> remote: aborting due to possible repository corruption on the remote side.
> [...]
This may be because of cpu runtime limits recently tightened on the
anonymous git daemon, after we found some processes spinning for
a very long time. I'll relax the limits.
- FChE