Hi Evgeny, I remember having some issues with git/gerrit process after messing with emails, etc. (still not sure what the issue was, to be honest).
As Alex mentions, it's better if you could attach an error message or something of the kind - right now it's not even clear whether it's git side or gerrit server-side issue. My best suggestions: * Make sure your other email is added to the Gerrit account + (if you use SSH to authenticate/push/etc.) check whether you have an SSH key for the email you want to use now * Check git config's name/email strings for the repository, it might be old email or something and this is one of the issues. From what I remember, the commit's author and commit's pusher are taken from different places (not sure where in git this is recorded - hooks look OK at a glance), so it might be that you commit with correct credentials but push with an old email and this is rejected because the old email is no longer in the system * Just try a clean pull of qt5.git or whatever you're using as a base repo, I have a feeling that Qt specific repo setup scripts affect the git push, so it might work (or not) if you start anew - you can check git push with some meaningless change like commit message update -- Best Regards, Andrei ________________________________ From: Development <[email protected]> on behalf of Alex Blasche <[email protected]> Sent: Wednesday, January 13, 2021 8:24 AM To: [email protected] <[email protected]>; Евгений Штанов <[email protected]> Subject: Re: [Development] access to codereview.qt-project.org HI Evgeny, Did you follow all the steps outlined by https://wiki.qt.io/Setting_up_Gerrit ? Please double check. It is hard to determine what your problem might be if you do not provide a description of your problem. I am sure there is some error report somewhere. -- Alex ________________________________________ From: Development <[email protected]> on behalf of Евгений Штанов via Development <[email protected]> Sent: Tuesday, 12 January 2021 22:28 To: [email protected] Subject: [Development] access to codereview.qt-project.org Hello everyone. This is my first appearance here. André Hartmann<https://bugreports.qt.io/secure/ViewProfile.jspa?name=aha_1980> recommended to write: https://bugreports.qt.io/browse/QTBUG-85611?focusedCommentId=547986&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-547986 My problem is that I cannot do "git push gerrit HEAD:refs/for/dev" and even cannot edit or add patches to already opened commits on codereview.qt-project.org. But I was able to do it earlier. I removed one of my emails added during registration. My current email is [email protected]<//e.mail.ru/compose/?mailto=mailto%[email protected]> and I want to do commits signed with this email. -- Best, Evgeny Shtanov _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
_______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
