* git-clone error?
@ 2007-11-09 1:50 Chen Xi
[not found] ` <alpine.LRH.0.9999.0711090946150.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Chen Xi @ 2007-11-09 1:50 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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.
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <alpine.LRH.0.9999.0711090946150.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2007-11-09 2:12 ` Anthony Liguori
[not found] ` <4733C220.3040600-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2007-11-11 12:59 ` Avi Kivity
1 sibling, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2007-11-09 2:12 UTC (permalink / raw)
To: Chen Xi; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <4733C220.3040600-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2007-11-09 2:18 ` Chen Xi
[not found] ` <alpine.LRH.0.9999.0711091014180.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Chen Xi @ 2007-11-09 2:18 UTC (permalink / raw)
To: Anthony Liguori; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/kvm-devel
> >
>
>
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <alpine.LRH.0.9999.0711091014180.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2007-11-09 2:41 ` Akio Takebe
[not found] ` <32C8227A04B260takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Akio Takebe @ 2007-11-09 2:41 UTC (permalink / raw)
To: Chen Xi, Anthony Liguori; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <32C8227A04B260takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
@ 2007-11-09 2:47 ` Chen Xi
0 siblings, 0 replies; 7+ messages in thread
From: Chen Xi @ 2007-11-09 2:47 UTC (permalink / raw)
To: Akio Takebe; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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
>
>
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <alpine.LRH.0.9999.0711090946150.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-11-09 2:12 ` Anthony Liguori
@ 2007-11-11 12:59 ` Avi Kivity
[not found] ` <4736FCA4.4010200-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
1 sibling, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-11-11 12:59 UTC (permalink / raw)
To: Chen Xi; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git-clone error?
[not found] ` <4736FCA4.4010200-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-11 13:10 ` Avi Kivity
0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-11-11 13:10 UTC (permalink / raw)
To: Chen Xi; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-11-11 13:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 1:50 git-clone error? Chen Xi
[not found] ` <alpine.LRH.0.9999.0711090946150.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-11-09 2:12 ` Anthony Liguori
[not found] ` <4733C220.3040600-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2007-11-09 2:18 ` Chen Xi
[not found] ` <alpine.LRH.0.9999.0711091014180.3362-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-11-09 2:41 ` Akio Takebe
[not found] ` <32C8227A04B260takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-11-09 2:47 ` Chen Xi
2007-11-11 12:59 ` Avi Kivity
[not found] ` <4736FCA4.4010200-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-11 13:10 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox