On Fri, Apr 30, 2021 at 11:53:16AM +0800, kai.x...@thundercomm.com wrote: > Hello wayland community, > > At present, we use open source mail(kx...@codeaurora.org) to submit code. > Error log: > jeff@001:~/test/test/xxx/weston$ git push origin main > Username for 'https://gitlab.freedesktop.org': kxing > Password for 'https://kx...@gitlab.freedesktop.org': > remote: You are not allowed to push code to this project. > fatal: unable to access 'https://gitlab.freedesktop.org/wayland/weston.git/': > The requested URL returned error: 403 > > Thanks for your support.
What you should do is fork the weston repository to your own account on freedesktop.org. You'll find a button labeled "Fork" on the top right of the page https://gitlab.freedesktop.org/wayland/weston/ After having forked, add the address to that fork as a new remote to your locally cloned checkout, and push your changes to some branch there, and create a merge request using that branch. See https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html and https://docs.gitlab.com/ee/user/project/merge_requests/getting_started.html for further instructions. Jonas > > BRs > Kai Xing > _______________________________________________ > wayland-devel mailing list > wayland-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel