"tspyderboy: what kind of..." <- If I enter wrong password, error is: ``` remote: Unauthorized fatal: Authentication failed for 'https://review.opendev.org/openstack/python-manilaclient.git/' ``` If I enter correct password(git remote -vvv ), error is: ``` Using local branch name wait_branch for the topic of the change submitted 2024-03-14 01:12:58.872561 Running: git push --no-follow-tags gerrit HEAD:refs/for/master%topic=wait_branch Password for 'https://tspyderboy@review.opendev.org': fatal: unable to access 'https://review.opendev.org/openstack/python-manilaclient.git/': The requested URL returned error: 403 2024-03-14 01:13:11.394819 Running: git rev-parse --show-toplevel --git-dir 2024-03-14 01:13:11.397994 Running: git config --get core.hooksPath ``` So, I think password is not the problem. Also, I am able to do commits successfully, by following same steps to this test repo: https://opendev.org/opendev/sandbox Can you please help me with corresponding ssh url for : `git remote add gerrit https://tspyderboy@review.opendev.org/openstack/python-manilaclient.git` Can give a try using SSH, following this doc: https://docs.openstack.org/contributors/common/setup-gerrit.html