<div dir="ltr">Well you can set up proxy in git like<br><br><code><br></code>git config --global http.proxy %userame:pass@proxyip:port%                 'remove %'<code><br><br>i used git on proxy to clone libreoffice and changed the gerrit url protocol from git to http . <br>

</code><pre><code>then cloning worked on proxy<br><br></code></pre><pre><code>But i am not sure about the push , never tried to push on proxy , you can still try <br></code>by changing ssh protocol to http <br>( can give a try , not sure will it work,  as Rsa fingerprint and public key are matched for authentication , it would be difficult ) .<br>

</pre></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 2, 2013 at 8:49 PM, Thorsten Behrens <span dir="ltr"><<a href="mailto:thb@documentfoundation.org" target="_blank">thb@documentfoundation.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Cao Cuong Ngo wrote:<br>
> Anybody can please tell me how to push to gerrit using https<br>
> (username/password)?<br>
><br>
</div>Hi Cao Cuong Ngo,<br>
<br>
just to mirror that here - as mentioned on irc, pushing is not<br>
possible by any other means than ssh. But you can always mail your<br>
patch to this list (git format-patch -1 preferred).<br>
<br>
Cheers,<br>
<br>
-- Thorsten<br>
<br>_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br></blockquote></div><br></div>