Hello Luca, Andy

I made a fork using the fork button on LinuxnCNC/linuxc

it is     tjtr33/linuxcnc

as seen on https://github.com/tjtr33/linuxcnc/

The top left says

tjtr33 / linuxcnc     followed by the fork symbol


I cloned _my_ repo

I built it ran runtets

added my changes and tested tehm

staged them , listed them

and comiited them

and checked the commits against the commit list

then I trie the simplest push


git push --dry-run
remote: Permission to LinuxCNC/linuxcnc.git denied to tjtr33.
fatal: unable to access 'https://github.com/LinuxCNC/linuxcnc.git/': The requested URL returned error: 403

so i tried

git push origin tjtr33/linuxcnc --dry-run
error: src refspec tjtr33/linuxcnc does not match any
error: failed to push some refs to 'https://github.com/LinuxCNC/linuxcnc.git'


and, after installing 'jq' I get

 gh api repos/LinuxCNC/linuxcnc/collaborators/tjtr33/permission | jq '.permission' -r
gh: Must have push access to view collaborator permission. (HTTP 403)


the above is what I mean

when I say i cannot push.


What am I missing?

Thanks

TomP


On 3/10/26 19:42, andy pugh wrote:
On Tue, 10 Mar 2026 at 06:17, Thomas J Powderly<[email protected]> wrote:

How do I get permission?
Typically we ask people to create their own repository and create
pull-requests from there.

https://linuxcnc.org/docs/stable/html/code/contributing-to-linuxcnc.html

_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to