Not having much luck I'm afraid I've done a completely new reinstall and followed the instructions down to git fetch /qgis/master
at this point *~/dev/cpp/QGIS/release-3_36*$ git remote -v origin https://github.com/qgis/QGIS.git (fetch) origin https://github.com/qgis/QGIS.git (push) and git status On branch release-3_36 nothing to commit, working tree clean then git fetch qgis/master git fetch qgis git fetch QGIS git fetch qgis/QGIS git fetch master all return: fatal: does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists git fetch https://github.com/qgis/QGIS.git From https://github.com/qgis/QGIS * branch HEAD -> FETCH_HEAD I think this means get all the changes that have occurred prior to doing the next step,and given this is a fresh install no changes have occurred - but I may well be wrong. then git rebase -i https://github.com/qgis/QGIS.git and git rebase -i qgis/master both yield: fatal: invalid upstream 'https://github.com/qgis/QGIS.git' and at this point git status On branch release-3_36 nothing to commit, working tree clean I've worked through some of the likely problems at https://thelinuxcode.com/git-push-error-repository-not-found-fixed/[1] and all seems to be OK except for permission errors, although none of those raised are working with branches. Regards Tony gitOn Thursday 2 May 2024 5:19:28 PM ACST Julien Cabieces via QGIS-Developer wrote: > > git fetch qgis/master > > > > fatal: 'qgis/master' does not appear to be a git repository > > probably this would be better > > git fetch qgis > > Hoping that qgis is the remote that target your QGIS git repository. You > can check this with > > git remote -v > > Regards, > Julien > > > Thanks Julien and Richard > > > > I gave it another shot on the weekend with a clean build which was > > successful. > > > > But I'm now thinking I'd be better suited to using the latest stable > > version, 3_36 in this case. > > > > > > > > My interpretation of the instructions, > > > > > > > > git commit > > > > git worktree add ../my_new_functionality > > > > cd ../my_new_functionality > > > > git fetch qgis/master > > > > git rebase -i qgis/master > > > > # only keep the commits to be pushed > > > > git push -u my_own_repo my_new_functionality > > > > is: > > > > > > > > git commit > > > > git worktree add ../release-3_36 > > > > cd ../release-3_36 > > > > git fetch qgis/master > > > > git rebase -i qgis/master > > > > # only keep the commits to be pushed > > > > git push -u QGIS release-3_36 > >
_______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer