On Fri, 17 Oct 2014 05:00:48 -0700 (PDT)
Suman M <rush2su...@gmail.com> wrote:

> I'm using GIT to clone one of my repository into local, I'm using cmd 
> prompt to do this. 
> 
> I'm under netwrok firewall ofmy org, when I try to clone it showing
> an *Error Received HTTP code 407 from proxy after CONNECT.*

HTTP status code 407 [1] means "proxy authentication required" which
means you're not only behind a firewall but behind a HTTP proxy [4] as
well.

To use your proxy you have to tell Git how to authenticate on it,
see [2] for one example and [3] in general.

1. https://www.google.com/search?q=http+status+code+407
2. http://stackoverflow.com/a/19213999/720999
3. https://www.google.com/search?q=git+proxy+settings
4. http://en.wikipedia.org/wiki/Proxy_server

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to