From: Johannes Sixt <j.sixt@viscovery.net>
To: Hocapito Cheteamo <hocapitocheteamo@yahoo.com>
Cc: git@vger.kernel.org
Subject: Re: Error on git clone
Date: Wed, 06 Oct 2010 10:22:28 +0200 [thread overview]
Message-ID: <4CAC31C4.5060809@viscovery.net> (raw)
In-Reply-To: <960844.34400.qm@web114603.mail.gq1.yahoo.com>
Am 10/6/2010 10:13, schrieb Hocapito Cheteamo:
> I could consistently reproduce the problem. The command that I used is:
> git clone -v git@github.com:XXX/YYY.git sss
> where XXX & YYY are replaced with the actual data.
Just to make sure: This is with "Git for Windows", not Cygwin's git?
Do the clone in separate the steps:
mkdir sss
cd sss
git remote add origin git@github.com:XXX/YYY.git
git fetch
git checkout -b master origin/master
Do you see any errors?
-- Hannes
next prev parent reply other threads:[~2010-10-06 8:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-06 4:20 Error on git clone Hocapito Cheteamo
2010-10-06 6:35 ` Johannes Sixt
2010-10-06 8:13 ` Hocapito Cheteamo
2010-10-06 8:22 ` Johannes Sixt [this message]
2010-10-06 8:50 ` Hocapito Cheteamo
2010-10-06 8:55 ` Sverre Rabbelier
-- strict thread matches above, loose matches on Subject: below --
2010-10-06 10:34 Hocapito Cheteamo
2010-10-06 10:51 ` Johannes Sixt
2010-10-06 18:22 ` Hocapito Cheteamo
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=4CAC31C4.5060809@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=git@vger.kernel.org \
--cc=hocapitocheteamo@yahoo.com \
/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 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).