On Wed, 31 Aug 2011 03:18:12 -0700 (PDT)
MohanR <radhakrishnan.mo...@gmail.com> wrote:

>         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.
[...]
> * The requested URL returned error: 401
> * Closing connection #0
> Username: mohanr
I'm not sure I understood the question, but 401 means "authorization
required", so strictly speaking it's not an error, it's just the server
telling you that push cannot be done anonymously (contrary to cloning).
If so, does using the URL like
http://user:pass@server/some/path.git
work for you?

Does [1] help?

1. 
http://stackoverflow.com/questions/5093558/using-github-behind-a-firewall-without-ssh-access/5093726#5093726

-- 
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