[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] empty gnulib git repository
From: |
Jim Meyering |
Subject: |
Re: [Savannah-hackers-public] empty gnulib git repository |
Date: |
Sat, 27 Feb 2010 19:06:36 +0100 |
Giuseppe Scrivano wrote:
> what's happened to the git repository?
>
> This is what I get when I try to clone it:
>
> $ git clone git://git.sv.gnu.org/gnulib.git
> Initialized empty Git repository in /tmp/gnulib/.git/
> warning: You appear to have cloned an empty repository.
Sorry about that, and thanks for reporting it.
An hour or two ago, I noticed that the repository was getting a
bit bloated, so ran "git gc" as root on the server. Unfortunately,
my umask was 077, which resulted in the pack-related files being
created world-unreadable.
I've just fixed it manually.