All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Tim Bird <tim.bird@am.sony.com>
Cc: linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: Problem with http URL for stable git tree?
Date: Mon, 4 Jun 2007 14:13:59 -0700	[thread overview]
Message-ID: <20070604211359.GA2046@kroah.com> (raw)
In-Reply-To: <46646389.7090101@am.sony.com>

On Mon, Jun 04, 2007 at 12:10:01PM -0700, Tim Bird wrote:
> Greg,
> 
> I'm having problems cloning the stable git tree for 2.6.21.
> Here's what I get:
> 
> $ git clone http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.21.y.git stable-2.6.21.y
> Cannot get remote repository information.
> Perhaps git-update-server-info needs to be run there?

Ick, don't clone by "http://", please use the git protocol instead:
	git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.21.y.git

that should work better.

thanks,

greg k-h

  reply	other threads:[~2007-06-04 21:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-04 19:10 Problem with http URL for stable git tree? Tim Bird
2007-06-04 21:13 ` Greg KH [this message]
2007-06-04 21:48   ` Tim Bird
2007-06-05  6:16     ` Tuncer Ayaz
2007-06-13 20:34     ` Phillip Susi

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=20070604211359.GA2046@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tim.bird@am.sony.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 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.