Hi,
        This might be the most basic of questions.

        I am using cntlm to cross my NTLM proxy and it works very well
for 'git clone'. When I try to push though I get this error. Even in
this case the cntlm proxy works. After I enter the username everything
hangs.

Are there any references to this in the document ?


Thanks,
Mohan



$ GIT_CURL_VERBOSE=1 GIT_TRACE=2 git push http://github.com/mohanr/JSE-7-C
oncurrency.git origin master
setup: git_dir: .git
setup: worktree: /home/mohanr/JSE-7-Concurrency
setup: cwd: /home/mohanr/JSE-7-Concurrency
setup: prefix: (null)
trace: built-in: git 'push' 'http://github.com/mohanr/JSE-7-
Concurrency.git' 'origin' 'master'
trace: run_command: 'git-remote-http' 'http://github.com/mohanr/JSE-7-
Concurrency.git' 'http://github.com/m
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to proxy 127.0.0.1 port 3128 (#0)
*   Trying 127.0.0.1... * connected
* Connected to 127.0.0.1 (127.0.0.1) port 3128 (#0)
> GET 
> http://github.com/mohanr/JSE-7-Concurrency.git/info/refs?service=git-receive-pack
>  HTTP/1.1
User-Agent: git/1.7.4
Host: github.com
Accept: */*
Proxy-Connection: Keep-Alive
Pragma: no-cache

* The requested URL returned error: 401
* Closing connection #0
Username: mohanr

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to