Well you can set up proxy in git like
git config --global http.proxy %userame:pass@proxyip:port% 'remove %' i used git on proxy to clone libreoffice and changed the gerrit url protocol from git to http . then cloning worked on proxy But i am not sure about the push , never tried to push on proxy , you can still try by changing ssh protocol to http ( can give a try , not sure will it work, as Rsa fingerprint and public key are matched for authentication , it would be difficult ) . On Thu, May 2, 2013 at 8:49 PM, Thorsten Behrens <[email protected] > wrote: > Cao Cuong Ngo wrote: > > Anybody can please tell me how to push to gerrit using https > > (username/password)? > > > Hi Cao Cuong Ngo, > > just to mirror that here - as mentioned on irc, pushing is not > possible by any other means than ssh. But you can always mail your > patch to this list (git format-patch -1 preferred). > > Cheers, > > -- Thorsten > > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > >
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
