All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: claudio <claudioeddy@gmail.com>
Cc: cpufreq@lists.linux.org.uk
Subject: Re: Help with git-clone
Date: Fri, 16 Nov 2007 14:09:07 -0500	[thread overview]
Message-ID: <20071116190907.GE32293@redhat.com> (raw)
In-Reply-To: <bb5d68b20711160957o204a09ecob0366b813b4eff9c@mail.gmail.com>

On Fri, Nov 16, 2007 at 01:57:19PM -0400, claudio wrote:
 > Hi, a friend of mine and I tried to git-clone
 > http://git.kernel.org/?p=linux/kernel/git/davej/cpufreq.git;a=summary and
 > got the following message:
 > 
 > "stress@cache-hit-machine:~/Desktop$ git-clone
 > http://git.kernel.org/?p=linux/kernel/git/davej/cpufreq.git;a=summary
 > Initialized empty Git repository in /home/stress/Desktop/cpufreq/.git/
 > cd: 409: can't cd to /home/stress/Desktop/cpufreq/.git/refs/remotes/origin
 > fatal: Not a valid object name HEAD"
 > 
 > Could someone tell me what's going on?
 
You're trying to git clone a web page.
Point it at the repository instead..

git clone git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git

	Dave

-- 
http://www.codemonkey.org.uk

      reply	other threads:[~2007-11-16 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-16 17:57 Help with git-clone claudio
2007-11-16 19:09 ` Dave Jones [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=20071116190907.GE32293@redhat.com \
    --to=davej@redhat.com \
    --cc=claudioeddy@gmail.com \
    --cc=cpufreq@lists.linux.org.uk \
    /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.