[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git clone fails
From: |
olafBuddenhagen |
Subject: |
Re: git clone fails |
Date: |
Fri, 9 Sep 2011 00:54:06 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
On Wed, Sep 07, 2011 at 05:51:36PM +0200, Thomas Schwinge wrote:
> There is no branch named ``master'' in the hurd/glibc.git repository,
> and after downloading all the stuff, git clone will typicall check out
> this branch, which then fails.
"git clone" checks out whatever HEAD points to. Pointing it to a
non-existing branch is obviously an error -- please fix this :-)
-antrik-