git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-clone seems dead
@ 2005-09-11 18:13 Peter Eriksen
  2005-09-11 19:04 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Eriksen @ 2005-09-11 18:13 UTC (permalink / raw)
  To: git

Hello,

The command "git clone" doesn't work for me, and I have no idea why.
What I want to do is exactly what the tutorial describes:

<cite>
Again, this can all be simplified with

git clone rsync://rsync.kernel.org/pub/scm/git/git.git/ my-git
cd my-git
git checkout
</cite>

See
http://kernel.org/git/?p=git/git.git;a=blob;h=6e100dbb60f5756db0f453193e53c28bf947d7cc;hb=720d150c48fc35fca13c6dfb3c76d60e4ee83b87;f=Documentation/tutorial.txt#l652

The problem is reproduced by the following sequence of commands:

mkdir ~/bin
wget http://kernel.org/pub/software/scm/git/git-core-0.99.6.tar.gz
tar -zxf git-core-0.99.6.tar.gz
cd git-core-0.99.6
make
make install
cd ..
git clone rsync://rsync.kernel.org/pub/scm/git/git.git/ my-git

All commands works fine except "git clone" which prints:

<cite>
defaulting to local storage area
* git clone [-l [-s]] [-q] [-u <upload-pack>] <repo> <dir>
</cite>

and leaves my-git/.git empty.  So the problem is, that I can't
get "git clone" to work, and I think, I am making correct steps.

Regards,

Peter

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-09-13 11:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-11 18:13 git-clone seems dead Peter Eriksen
2005-09-11 19:04 ` Junio C Hamano
2005-09-11 22:04   ` Greg Louis
2005-09-11 23:01     ` [PATCH] Redirect cd output to /dev/null, was: " Greg Louis
2005-09-12  1:47       ` Junio C Hamano
2005-09-12  9:22         ` Peter Eriksen
2005-09-12 10:56         ` Greg Louis
2005-09-12 12:29           ` Junio C Hamano
2005-09-12 16:36             ` Greg Louis
2005-09-12 19:53               ` Junio C Hamano
2005-09-13 11:07                 ` Greg Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).