On Tue, Sep 20, 2011 at 11:55 AM, David Herges <[email protected]>wrote:
> Hey yous, > > I'm behind a corporate proxy that filters (almost) everything except > HTTP(S) ports 80/443. I need to push/clone via HTTPS to my gitorious > repository. I have configured git to use the proxy, trying various settings > for env variables and git's http.proxy (it's a local cntlm daemon that > redirects to the corporate proxy; config attached). The proxy works fine for > all other applications (browser, apt-get, etc. even Java Applets). However, > when I try to push any file via HTTPS it fails; I run git push and it takes > ages before it stops with return code 28 (example attached). Clone through > HTTPS works at times (about 6 out of 10 times). Unencrypted HTTP works fine > 10 out of 10. > > Any suggestions? Maybe some certificate issues caused by the proxy? Is > there a list where the return codes are explained? > David, Gitorious' HTTP(S) support is currently pull-only. This post: http://blog.gitorious.org/2009/10/20/stuck-behind-a-firewall/ on the blog suggests an approach that may help in your situation. . Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
