From: Sergei Organov <osv@javad.com>
To: git@vger.kernel.org
Subject: git clone through http bug?
Date: Thu, 14 Feb 2008 20:27:22 +0300 [thread overview]
Message-ID: <873arvv479.fsf@osv.gnss.ru> (raw)
Hello,
I've just cloned the public repo (it's rather small):
$ git clone http://ydirson.free.fr/soft/git/cvsps.git
and it has created cvsps/.git, but no working copy. When I examine the
contents, I also notice that while the file .git/HEAD has:
ref: refs/heads/master
there is no .git/refs/heads/master file (the directory .git/refs/heads
is empty).
Now, if I first clone the original repository as --bare, and then make a
usual local clone from it, the local clone looks file:
$ git clone --bare http://ydirson.free.fr/soft/git/cvsps.git
$ git clone cvsps.git cvsps.cloned
Is it a problem with clone over http, a problem with the repository, or
it's me who does something wrong?
-- Sergei.
next reply other threads:[~2008-02-14 17:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-14 17:27 Sergei Organov [this message]
2008-02-14 17:36 ` git clone through http bug? David Symonds
2008-02-14 18:28 ` Sergei Organov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873arvv479.fsf@osv.gnss.ru \
--to=osv@javad.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.