From: Hannu Koivisto <azure@iki.fi>
To: git@vger.kernel.org
Subject: Unable to clone empty repositories remotely
Date: Tue, 25 Nov 2008 23:05:54 +0200 [thread overview]
Message-ID: <837i6rplcd.fsf@kalahari.s2.org> (raw)
Greetings,
mkdir test
cd test
git init --bare --shared=group
cd ..
git clone test test2
works, though clone says it cannot checkout, which is expected.
This is nevertheless very useful when you create a shared
repository for a new project; you can then create a personal clone
and start adding stuff to it. If, however, you normally work on
another machine and want to have your personal clone there
(i.e. git clone ssh://therepomachine/somewhere/test), cloning
doesn't work at all (tested with git 1.6.0.3.525.ge32c2 in Cygwin):
Initialized empty Git repository in /cygdrive/c/temp/test/.git/
fatal: no matching remote head
This behaviour isn't documented by either git-init(1) or
git-clone(1). I think it would be very convenient if this worked
for the reasons mentioned above. I'm sure you could create your
personal repository with git init and then git remote add the
shared repository to it but that's much more difficult.
--
Hannu
next reply other threads:[~2008-11-25 21:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 21:05 Hannu Koivisto [this message]
2008-11-25 21:33 ` Unable to clone empty repositories remotely Christian MICHON
2008-11-26 13:13 ` Hannu Koivisto
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=837i6rplcd.fsf@kalahari.s2.org \
--to=azure@iki.fi \
--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.