Re: Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Andreas Schwab via Gcc
On Mai 10 2023, Sam James wrote: > Andreas Schwab writes: > >> On Mai 10 2023, Sam James via Gcc wrote: >> >>> Ondřej Kubánek via Gcc writes: >>> Hello, I have tried to push a tag to my user space /tags/ ref in the GCC repo. The tag is annotated but the push was rejected.

Re: Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Sam James via Gcc
Andreas Schwab writes: > On Mai 10 2023, Sam James via Gcc wrote: > >> Ondřej Kubánek via Gcc writes: >> >>> Hello, >>> >>> I have tried to push a tag to my user space /tags/ ref in the GCC repo. The >>> tag is annotated but the push was rejected. Here is the command >>> >>> git push origin

Re: Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Andreas Schwab via Gcc
On Mai 10 2023, Sam James via Gcc wrote: > Ondřej Kubánek via Gcc writes: > >> Hello, >> >> I have tried to push a tag to my user space /tags/ ref in the GCC repo. The >> tag is annotated but the push was rejected. Here is the command >> >> git push origin master:refs/users/kubaneko/tags/Thesis

Re: Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Sam James via Gcc
Ondřej Kubánek via Gcc writes: > Hello, > > I have tried to push a tag to my user space /tags/ ref in the GCC repo. The > tag is annotated but the push was rejected. Here is the command > > git push origin master:refs/users/kubaneko/tags/Thesis Thesis > > and here is the response > > Total 0

Re: Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Andreas Schwab via Gcc
On Mai 10 2023, Ondřej Kubánek via Gcc wrote: > ! [remote rejected] master -> refs/users/kubaneko/tags/Thesis > (hook declined) As you can see here, you are not pushing the tag Thesis, but the local branch master. If you want to push the local tag Thesis to a particular place on the

Tags not allowed in user repository - Mildly urgent

2023-05-10 Thread Ondřej Kubánek via Gcc
Hello, I have tried to push a tag to my user space /tags/ ref in the GCC repo. The tag is annotated but the push was rejected. Here is the command git push origin master:refs/users/kubaneko/tags/Thesis Thesis and here is the response Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: