There i a pull request on top of page. Looking at your repository https://github.com/tjtr33/linuxcnc it seems you made a new repository, there is only master branch. Pretty sure you instead need to make a new branch of official repository but are not certain, only done this once for Freecad.
Looking at "official" Linuxcnc repository https://github.com/LinuxCNC/linuxcnc/tree/master there is quite many branches to chose from if button with text "master" is pressed. Nicklas Karlsson lör 2026-03-14 klockan 21:34 +0700 skrev Thomas J Powderly: > Hello Luca > > I cannot finish the pull request > > The web page has no way to end the dialog > > > TomP > > > > On 3/13/26 18:33, [email protected] wrote: > > You create your own branch on github and can push to this? > > > > Then you have been able to push to your own branch then you could make a > > pull request. > > > > Nicklas Karlsson > > > > > > Den Fredag, Mars 13, 2026 06:13 CET, skrev Thomas J Powderly > > <[email protected]>: > > Hello Nicklas, > > > > I reply in line... > > > > On 3/13/26 04:16, Nicklas SB Karlsson wrote: > > > git remote -v tell you about remote repositories, there may be more than > > > one. For files I want to bring to > > > workshop > > > machine I have two. One on ordinary computer with connection to internat > > > and another on USB pin I could brin to > > > workshop > > > with machines as I do not have internet there. > > cd linuxcnc-source-dir/ > > . scripts/rip-environment > > git remote -v > > > > """ > > > > origin https://github.com/LinuxCNC/linuxcnc.git (fetch) > > origin https://github.com/LinuxCNC/linuxcnc.git (push) > > > > " > > > > I cannot push to > > > > https://github.com/LinuxCNC/linuxcnc.git > > > > or > > > > LinuxCNC/linuxcnc.git > > > > or > > > > LinuxCNC/linuxcnc > > > > or > > > > linuxcnc > > > > > > > Interested in output from git remote -v as it show name remote repository > > > needed to get more information. I origin > > > as > > > example for name of repository, to show tracking info where you push and > > > pull use: > > > git remote show origin > > git remote show origin > > * remote origin > > Fetch URL: https://github.com/LinuxCNC/linuxcnc.git > > Push URL: https://github.com/LinuxCNC/linuxcnc.git > > HEAD branch: master > > Remote branches: > > > > ..... too longe to post > > > > ... but i do not see tjtr33/any nor linuxcnc in the long list > > > > ../ I see Andy got username/branchname > > > > ... so thw format uername/forkname is valid > > > > andypugh/3395 tracked > > andypugh/bring_back_RTAI tracked > > andypugh/buildbot_test tracked > > > > but > > > > my GitHub Page (https://github.com/tjtr33/linuxcnc) > > has pon top left > > """ > > tjtr33 / linuxcnc followed by ForkSymbol > > linuxcnc Public > > forked from LinuxCNC/linuxcnc > > """ > > > > > If it got it correct. On Github you made a local fork and you should push > > > to this. > > Please, > > > > given the info above, > > > > I think my frok is tjtr33/linuxcnc > > > > I thhink the push command should be > > > > git push origin tjtr33/linuxcnc > > > > but always that fails > > > > """" > > > > git push origin tktr33/linuxcnc > > error: src refspec tktr33/linuxcnc does not match any > > error: failed to push some refs to > > 'https://github.com/LinuxCNC/linuxcnc.git' > > """ > > > > So, I think o my command format is wrong > > > > or 'originb' is wrong > > > > or 'tjtr33/linuxcnc' is weong. > > > > IMO tjtr44/linuxcnc is wrong > > > > despite GitHub's labeling my page that way > > > > and stamping it with 'forked from LinuxCNC. > > > > > Then this is done you could make a > > > pull request. > > I think I cannot pull until after I t push, correct? > > > Nicklas Karlsson > > > > > Thnaks for replying > > > > TomP > > > > > tor 2026-03-12 klockan 20:38 +0000 skrev andy pugh: > > > > On Thu, 12 Mar 2026 at 18:42, Thomas J Powderly<[email protected]> wrote: > > > > > > > > > git push --dry-run > > > > > remote: Permission to LinuxCNC/linuxcnc.git denied to tjtr33. > > > > It should be pushing to tjtr33/linuxcnc > > > > I don't know why it is trying to push to LinuxCNC/linuxcnc > > > > > > > > What does "git remote -v" tell you? > > > > > > > > > > > > > _______________________________________________ > > > Emc-developers mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/emc-developers > > _______________________________________________ > > Emc-developers mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emc-developers > > > > > > > > _______________________________________________ > > Emc-developers mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emc-developers _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
