On Thursday, May 8, 2014 12:55:46 PM UTC+2, Christophe Destombes wrote: > > Hello > > I am desperately trying to clone a repository through our company > firewall... > My git set up is correct: > http://DOMAIN\login:[email protected]:8080 > >
Please share your configuration properly, just pasting a value doesn't tell us much. Do git config -l and paste the output here after anonymizing company urls. Looking at this example: http://stackoverflow.com/a/14750116/266875 - it seems you are missing a backslash after the domain part, if this is at all your configured global http.proxy value. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
