> Ken Fuchs wrote:
Current changes to http.c, get_curl_handle()
and transport.c, get_refs_via_curl():
Mike Hommey wrote:
Leaving out the line above containing CURLOPT_PROXYUSERPWD in both
http.c and transport.c and using curl 7.18.0 ...
$ http_proxy=user-id:password@proxy.domain:<port> GIT_CURL_VERBOSE=1 \
git fetch http://www.kernel.org/pub/scm/git/git.git
fails proxy NTLM authentication. The correct user-id is used,
but maybe the password wasn't correctly parsed.
From a later message:
The code should probably do both.
The command used to generate the above output is:
$ GIT_CURL_VERBOSE=1 git fetch \
http://www.kernel.org/pub/scm/git/git.git
I originally tried the following command as suggested by the git
home page for getting "git by git".
$ GIT_CURL_VERBOSE=1 git clone \
http://www.kernel.org/pub/scm/git/git.git
Initialized empty Git repository in /mnt/s2u1/git/test-git/git/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
$
This seemed like a good test for validating my git installation,
but this command doesn't access the proxy at all. The fetch
command does. Why the difference?
Thanks,
Ken Fuchs
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html