<FIXED> Unable to Push existing branch to GitLab

Hi,
This is probably related to the following topics I have already asked about:

git push --set-upstream origin RV_2022Review
remote: You are not allowed to upload code.
fatal: unable to access 'https://gitlab.com/<account name>/SR-espa1.git/': The requested URL returned error: 403
(base) alanpoe@alanpoe:~/GitLab/SR Workspace/SR-espa1$

When I originally created the project in GitLab it only took 3 of the existing branches (and a series of dependabot MRs) and left the remaining approx. 7 others. I’m now trying to complete the project setup by adding the remaining branches.

How/what should I configure to enable this? thanks …

UPDATE: I seem to have fixed it with:

git remote rename origin old_origin
~/GitLab/SR Workspace/SR-espa1$ git remote add origin git@gitlab.com:<account name>/SR-espa1.git
~/GitLab/SR Workspace/SR-espa1$ git push -u origin --all