[Qt-creator] Pushing to Gerrit via HTTPS

Orgad Shaneh orgads at gmail.com
Tue Oct 8 10:03:19 CEST 2013


Hi,

I though it might interest some users here. I just discovered how to push
to gerrit via HTTPS.

I described the setup in Setting up
Gerrit<http://qt-project.org/wiki/Setting-up-Gerrit> wiki
page.

   - Open Gerrit settings -> HTTP Password
   - Click Generate Password
   - Edit ~/.netrc (on Windows: %USERPROFILE%\_netrc)
   - Add the following line:

machine codereview.qt-project.org login <username> password
<generated-password>

*NOTE*: This password is *not* the same as the web login password.

   - Use https://codereview.qt-project.org/p/<project> as the Git remote.

e.g. https://codereview.qt-project.org/p/qt-creator/qt-creator
or https://codereview.qt-project.org/p/qt/qtbase

You should now be able to push.

Best regards,
- Orgad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20131008/43217be4/attachment.html>


More information about the Qt-creator mailing list