On Tue, 26 Feb 2008, Ken.Fuchs@xxxxxxxxx wrote:
+ curl_easy_setopt(result, CURLOPT_PROXYAUTH, (long)CURLAUTH_NTLM);
+ curl_easy_setopt(result, CURLOPT_PROXYUSERPWD,
+ "<user-id>:<password>");
First, you should rather allow any auth and not just the specific one you
want.
Then, the userid and password is probably better passed in embedded in the
proxy URL as that's given on the command line/environment already. Or as
separate arguments.
It seems that git fetch (via HTLM proxy) works until
fatal: Couldn't find remote ref HEAD
Well, the CURLOPT_PROXY is set in transport.c as well which your patch didn't
address. If that's the case, I figure the verbose output should've shown some
auth failures with the proxy?
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html