problem using git to checkout xf86-video-intel

Keith Packard keithp at keithp.com
Thu May 25 08:09:52 PDT 2006


On Thu, 2006-05-25 at 11:34 -0300, Carlos Eduardo Rodrigues Diógenes
wrote:
> Hi,
> 
> I'm behind a proxy and I export the http_proxy variable and use the
> following command to checkout xf86-video-intel:
> 
> git clone http://git.freedesktop.org/git/xorg/driver/xf86-video-intel
> <== I have to substitute the git:// by http://, because without it I was
> getting the following message: fatal: unable to connect a socket
> (Connection refused)

Yes, we are not providing http transport for git repositories.

> The xf86-video-intel dir come with some informations in the .git dir,
> but the .git dir was the only thing in the direcory.

That's a bit odd; normally the code is automatically checked out after
the repository is cloned. To get the sources out of the repository, just
check out the master branch:

 $ git checkout master

There are several other branches in this repository which may also be of
interest, in particular the modesetting branch is where the non-VBIOS
mode work is going on.

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg/attachments/20060525/75a06344/attachment.pgp>


More information about the xorg mailing list