On 5/1/07, Ben Taylor sol11x86@comcast.net wrote:
-------------- Original message ---------------------- From: "Tom Spear" speeddymon@gmail.com
On 5/1/07, Ben Taylor sol11x86@comcast.net wrote:
Found myself behind an http-proxy and can't seem to find the magic to use the http proxy to update my git archive. Is there a way to use an http proxy (squid) with wine's git?
What error are you getting? If no error, then if you to try to clone the whole repository, does it get to a point and then just sit there?
fatal: Unable to look up source.winehq.org (port 9418) (Name or service not konwn) Cannot get the repository state from git://source.winehq.org/git/wine.git
I've setup an http_proxy according to the documentation I've found on the web. There's just not a lot out there that is specific to this conifguration.
Did you try changing the git:// to http:// ? That is supposed to work thru port 80 with or without squid. YMMV
On 01/05/07, Tom Spear speeddymon@gmail.com wrote:
Did you try changing the git:// to http:// ? That is supposed to work thru port 80 with or without squid. YMMV
IIRC you need to set the http_proxy env. var correctly as well.