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