Re: [git-users] Re: git push over cntlm

2013-11-05 Thread Catalin Cirstoiu
It seems that cntlm tries to set a cookie when you do git push. Look into git's output with GIT_CURL_VERBOSE=1 for something like: Set-Cookie: BCSI-CS-d9d6d71c4478035c=1; Path=/ Current versions of git (1.8.5) don't store this cookie and don't use it for subsequent calls. Therefore, the

[git-users] Re: git push over cntlm

2012-08-02 Thread MohanR
Looks like this is the problem. But I got this error through Github for Windows which is configured to use cntlm. Clone is fine. Sending PROXY auth request... Host = github.com:443 User-Agent = git/1.7.11.msysgit.1 Proxy-Connection =

Re: [git-users] Re: git push over cntlm

2012-08-02 Thread Konstantin Khomoutov
On Thu, 2 Aug 2012 02:03:34 -0700 (PDT) MohanR radhakrishnan.mo...@gmail.com wrote: Looks like this is the problem. But I got this error through Github for Windows which is configured to use cntlm. Clone is fine. Sending PROXY auth request... Host = github.com:443