From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6hY7-0003pT-VF for qemu-devel@nongnu.org; Wed, 09 Dec 2015 11:25:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6hY2-0005h4-8t for qemu-devel@nongnu.org; Wed, 09 Dec 2015 11:25:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6hY2-0005gy-4O for qemu-devel@nongnu.org; Wed, 09 Dec 2015 11:24:58 -0500 References: From: Laszlo Ersek Message-ID: <566855D7.1040503@redhat.com> Date: Wed, 9 Dec 2015 17:24:55 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] HTTP access to QEMU Git repositories List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kai Noda Cc: qemu-devel@nongnu.org On 12/09/15 17:09, Kai Noda wrote: > Hello, is it possible to enable Git-over-HTTP on git.qemu.org > ? >=20 > http://git.qemu.org/?p=3Ddtc.git;a=3Dsummary > The summary page shows http://git.qemu.org/git/dtc.git but, >=20 > $ curl http://git.qemu.org/git/dtc.git > > > 301 Moved Permanently > >

Moved Permanently

>

The document has moved href=3D"http://git.qemu.org/git/dtc.git/">here.

>
>
Apache/2.2.14 (Ubuntu) Server at git.qemu.org > Port 80
> >=20 > I'd like to access to QEMU Git repositories through HTTP proxy which > blocks the Git port 9418/TCP. The official QEMU mirror appears to be on github; you can clone it from . Thanks Laszlo >=20 > Best regards, > Kai >=20 > =E9=87=8E=E7=94=B0 =E9=96=8B >