From: Chen Xi <xi...@su...> - 2007-11-09 01:50:08
|
Hi everybody, I'm trying to clone the repository: git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm Fail on this: error: Couldn't get http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates for heads/kvm-updates The requested URL returned error: 404 error: Could not interpret heads/kvm-updates as something to pull Anything wrong? Thanks. |
From: Anthony L. <ali...@us...> - 2007-11-09 02:15:08
|
Chen Xi wrote: > Hi everybody, > > I'm trying to clone the repository: > > git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm > You should clone with the git URL. Regards, Anthony Liguori > Fail on this: > error: Couldn't get http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates for heads/kvm-updates > The requested URL returned error: 404 > error: Could not interpret heads/kvm-updates as something to pull > > Anything wrong? > > Thanks. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > kvm-devel mailing list > kvm...@li... > https://lists.sourceforge.net/lists/listinfo/kvm-devel > |
From: Chen Xi <xi...@su...> - 2007-11-09 02:18:32
|
I tried. It seems that git can not pass through http proxy. Any other hints? Thanks. On Thu, 8 Nov 2007, Anthony Liguori wrote: > Chen Xi wrote: > > Hi everybody, > > > > I'm trying to clone the repository: > > > > git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm > > > > You should clone with the git URL. > > Regards, > > Anthony Liguori > > > Fail on this: > > error: Couldn't get > > http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates > > for heads/kvm-updates > > The requested URL returned error: 404 > > error: Could not interpret heads/kvm-updates as something to pull > > > > Anything wrong? > > > > Thanks. > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > kvm-devel mailing list > > kvm...@li... > > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > > > |
From: Akio T. <tak...@jp...> - 2007-11-09 02:42:04
|
hi, >I tried. It seems that git can not pass through http proxy. >Any other hints? > Did you use "export http_proxy=" ? Best Regards, Akio Takebe |
From: Chen Xi <xi...@su...> - 2007-11-09 02:47:52
|
Yes. It gives this error: git clone git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git Initialized empty Git repository in /home/xichen/ex/kvm/.git/ fatal: exec failed fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git' failed. On Fri, 9 Nov 2007, Akio Takebe wrote: > hi, > > > >I tried. It seems that git can not pass through http proxy. > >Any other hints? > > > Did you use "export http_proxy=" ? > > Best Regards, > > Akio Takebe > > |
From: Avi K. <av...@qu...> - 2007-11-11 13:00:17
|
Chen Xi wrote: > Hi everybody, > > I'm trying to clone the repository: > > git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm > > Fail on this: > error: Couldn't get http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates for heads/kvm-updates > The requested URL returned error: 404 > error: Could not interpret heads/kvm-updates as something to pull > > Anything wrong? > For some reason the repository uses packed references, which I think aren't supported well by git-http. Or maybe you need a newer git. What version are you using? -- error compiling committee.c: too many arguments to function |
From: Avi K. <av...@qu...> - 2007-11-11 13:11:51
|
Avi Kivity wrote: > Chen Xi wrote: > >> Hi everybody, >> >> I'm trying to clone the repository: >> >> git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm >> >> Fail on this: >> error: Couldn't get http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates for heads/kvm-updates >> The requested URL returned error: 404 >> error: Could not interpret heads/kvm-updates as something to pull >> >> Anything wrong? >> >> > > For some reason the repository uses packed references, which I think > aren't supported well by git-http. > > Or maybe you need a newer git. What version are you using? > > > Looking a bit, it seems v1.5.1.2 and later should be able to handle http clones with packed refs. -- error compiling committee.c: too many arguments to function |