Hello,
i am tring to create a gerrit code review.
i set all up as described in https://wiki.qt.io/Setting_up_Gerrit
especially 
if you are behind a SSH-blocking firewall, use the https protocol:
$ git remote add gerrit https://codereview.qt-project.org/p/qt/qt

"
 
after creating my commit , i want to push it with:
D:\git\qt5\qtbase>git push gerrit HEAD:refs/for/5.6
Username for 'https://codereview.qt-project.org': gunnar.roth
Password for 'https://gunnar.r...@codereview.qt-project.org':
fatal: unable to access 'https://codereview.qt-project.org/p/qt/qtbase/': The requested URL returned error: 403
 
I used the http passwort generated in the gerrit webinterface.
 
 
What can i do?
 
Regards,
Gunnar Roth
 
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to