How to get right for branch creation?

Hello community,

I have a fix for issue 6395.
When trying to push my local branch via git push origin lua_file_handler, it tells me “ERROR: Permission to OISF/suricata-update.git denied to naivling.”
I’m authenticaticating via ssh and am able to push to other repos.
What do I have to do to get the right to push my branch?
I already signed the contribution agreement.

Thank you for your help

Hi!
You’re supposed to create a fork of the project, push your branch in your fork and then create a Pull Request to the actual project.

1 Like

Thanks,
I did it.
PR