From: Jeff King <peff@peff.net>
To: Greg Freemyer <greg.freemyer@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Basic git-archive --remote question
Date: Wed, 26 Jun 2013 03:01:05 -0400 [thread overview]
Message-ID: <20130626070105.GA5905@sigill.intra.peff.net> (raw)
In-Reply-To: <CAGpXXZJuC09t8-5d=p4KNs9rQ-S347eBNuKcKWFhXZTnkLW0sA@mail.gmail.com>
On Mon, Jun 24, 2013 at 03:53:56PM -0400, Greg Freemyer wrote:
> I'm trying to create a tarball from a git tag and I can't get the
> syntax right. The documentation is not very clear.
> [...]
> > git archive --format=tar --remote=github.com:dkovar/analyzeMFT.git v2.0.4
Your remote should be git@github.com:dkovar/analyzeMFT.git.
But...
> > git archive --format=tar --remote=git://github.com/dkovar/analyzeMFT v2.0.4
>
> fatal: remote error
> Your Git client has made an invalid request:
> 003agit-upload-archive /dkovar/analyzeMFT
Your syntax is fine, but GitHub does not support remote git-archive
requests. Not over git://, and not over ssh. In both cases the error
messages are rather confusing and unhelpful, though.
> > git archive --format=tar --remote=//github.com/dkovar/analyzeMFT v2.0.4
This is wrong, as it is looking for //github.com... in the local
filesystem.
> The github page also says I can use ssh with git as the user, but that
> complains I don't have the private key (which I don't):
>
> git archive --format=tar
> --remote=ssh://git@github/com/dkovar/analyzeMFT.git v2.0.4
If you have a GitHub account and register your public key, then you can
use ssh to fetch from the repository (using the git@github.com:user/repo
syntax). However, remote git-archive is not currently supported, so it
would not help you.
-Peff
prev parent reply other threads:[~2013-06-26 7:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAGpXXZJifb1KmR8=VZVW+1MKjyo7HOq=OgU_rcHs-vc5ezfG6w@mail.gmail.com>
2013-06-24 19:53 ` Basic git-archive --remote question Greg Freemyer
2013-06-25 13:16 ` Carlos Martín Nieto
2013-06-26 7:01 ` Jeff King [this message]
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=20130626070105.GA5905@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=greg.freemyer@gmail.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).