Very much thanks Thomas, But when I use the git://... protocol I cannot pass our fire wall because I think it is not forseen by git to pass credentials to a proxy server when the git protocol is used. within my .gitconfig I have set a http.proxy as http://c770817:[email protected]:8080 still missing the http.auth.preference=Basic attribute which stops our proxy server from negotiating but enforces it to start a basic authentication session with username and password. That works for http://... to many git-repo-server.
So git://.. is not passing credentials to proxy server http:/.. passing proxy credentials is not supported at your side of the pond https://.. works but I was kicked out many times from ssl peer and have to jsvn co in junks, one directory after one directory of the trunk. This is very annoying. Josef -----Ursprüngliche Nachricht----- Von: Thomas Broyer [mailto:[email protected]] Gesendet: Dienstag, 8. Januar 2013 12:29 An: Maven Users List Betreff: Re: building from latest trunk On Tue, Jan 8, 2013 at 12:16 PM, Stadelmann Josef <[email protected]> wrote: > Thomas > > I take TortoiseGit on Windows Vista to clone from maven-3/trunk/ but it seams > that none of the git supported protocols are supported there. No, the Git repo is at https://github.com/apache/maven-3.git But if you're using Git, then you can use the repo from Apache: git://git.apache.org/maven-3.git See http://git.apache.org/ (search for maven-3 on the page) and https://github.com/apache/maven-3 (clone URLs are given at the top of the page) -- Thomas Broyer /tɔ.ma.bʁwa.je/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
