1

I installed and configured my own Gerrit server.

Now, i want push changes to gerrit server via http. But i don't know how to configure apache & gerrit.

The url said "gerrite push via http already supported."

http://code.google.com/p/gerrit/issues/detail?id=1355

Thank you for any help.

2 Answers 2

3

Ok, I found the Answer.

login gerrit-server-host -> settings -> http password -> generate password.

Use the password push changes via http.

2
  • That solved my problem when asked for Password for 'itay@localhost:8080': (after trying to run the command: git push origin HEAD:refs/for/master)
    – ItayB
    Oct 6, 2014 at 8:17
  • 2
    i'm stuck: what exact command did you use to push though http(s) to a gerrit server? I've tried git push http://[email protected]:29418/wireshark HEAD:refs/for/master/patchname with no luck (error 503)
    – Francois
    Feb 11, 2016 at 13:33
0

The Generate Password button just for push/pull source code, not for login the Gerrit WebUI.

And the Gerrit don`t has account manager system.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.