Getting write access to meld repo?

Hello.
Made some changes that I want to submit. I added my ssh key to my profile, my remote is:

origin git@ssh.gitlab.gnome.org:GNOME/meld.git (fetch)

origin git@ssh.gitlab.gnome.org:GNOME/meld.git (push)

I can obviously pull, but I don’t have access to push my branch. What’s the process of requesting access?

You can’t push to the main repository: you fork it under your namespace, push to your fork, and then open a merge request.

In order to have access to a repository under the GNOME namespace you will need a GNOME account, but the bar to clear there is higher because you will have access to every repository under the GNOME namespace.

That’s what I assumed, but couldn’t find how to fork it in GitLab. All good now.
Thanks.

Fork button is on the top-right corner of the project. Before forking the project you need to create/register an account on https://gitlab.gnome.org

Ekran Görüntüsü - 2023-03-23 00-03-47

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.