All of lore.kernel.org
 help / color / mirror / Atom feed
* Help with git-clone
@ 2007-11-16 17:57 claudio
  2007-11-16 19:09 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: claudio @ 2007-11-16 17:57 UTC (permalink / raw)
  To: cpufreq

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?
thanx in advance


-- 
Claudio Eduardo Marques Gomes
Estudante de Engenharia da Computação
Diretor de Tecnologia do CAECOM
Projeto DCC-INDT em Baixo Consumo de Energia em Sistemas Embarcados
Universidade Federal do Amazonas (UFAM)
Tell: 92 3088-3845
Cel:  92 9183-8100

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Help with git-clone
  2007-11-16 17:57 Help with git-clone claudio
@ 2007-11-16 19:09 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2007-11-16 19:09 UTC (permalink / raw)
  To: claudio; +Cc: cpufreq

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-16 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16 17:57 Help with git-clone claudio
2007-11-16 19:09 ` Dave Jones

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.