On 2014-04-29 at 11:28 -0400, Brandon Perkins wrote:
> For the last two days, I've been attempting to fetch (and clone, and subtree 
> add) http://git.1wt.eu/git/haproxy.git master with little luck.  Here's some 
> output:

Fetch from http://master.formilux.org/git/people/willy/haproxy.git/
instead; you can then add the real origin as "origin", but by fetching
from a read-only mirror, you'll get the results faster and more
reliably.

Once all the objects are locally present, it doesn't matter where they
came from.

I have this in my repo's .git/config file:
----------------------------8< cut here >8------------------------------
[remote "origin"]
        url = http://git.1wt.eu/git/haproxy.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[remote "spodhuis"]
        url = git://git.spodhuis.org/networking/haproxy.git
        fetch = +refs/heads/*:refs/remotes/spodhuis/*
        pushurl = you really didn't want to do that
[remote "formilux"]
        url = http://master.formilux.org/git/people/willy/haproxy.git/
        fetch = +refs/heads/*:refs/remotes/formilux/*
        pushurl = you really didn't want to do that
----------------------------8< cut here >8------------------------------

-Phil

Attachment: pgpidVbxgrJLW.pgp
Description: PGP signature

Reply via email to