From: Peter Eriksen <s022018@student.dtu.dk>
To: git@vger.kernel.org
Subject: git-clone seems dead
Date: 11 Sep 2005 20:13:24 +0200 [thread overview]
Message-ID: <vhp64t7v5ff.fsf@ebar091.ebar.dtu.dk> (raw)
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
next reply other threads:[~2005-09-11 18:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-11 18:13 Peter Eriksen [this message]
2005-09-11 19:04 ` git-clone seems dead 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
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=vhp64t7v5ff.fsf@ebar091.ebar.dtu.dk \
--to=s022018@student.dtu.dk \
--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.