Re: gituqestion: "rc refspec does not match any" ?
[email protected] Sun, 04 Feb 2024 00:19:39 +0100
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
On 2024-02-03 18:48, Alexander Neundorf wrote: > Hi, > > I'm trying to push my changes back to invent.kde.org, but something is > wrong. > git tells me: > kate-6> git push origin ProjectPluginCMakeFileApi > error: src refspec ProjectPluginCMakeFileApi does not match any > error: failed to push some refs to > 'https://invent.kde.org/utilities/kate.git' > kate-6> > > I think I'm on the remote tracking (?) branch. This is what git log > says: > > kate-6> git log > commit d4c2d507f9cd37022e08d89c44b2b27a9c98ceb2 (HEAD -> work/neundorf/ > ProjectPluginCMakeFileApi) > Author: Alex Neundorf <[email protected]> > Date: Sat Feb 3 18:40:09 2024 +0100 > > cmake file API: add an "ALL" target at the top of the target list, > so it is > easy to just build everything > > commit 74571d5549ccaf43b1f3aaee27211c3b80e74eb8 (origin/work/neundorf/ > ProjectPluginCMakeFileApi) > Author: Christoph Cullmann <[email protected]> > Date: Sun Dec 3 19:08:19 2023 +0100 > > ensure safe executable name > > > What did I do wrong ? Hmm, to get the branch working with some recent Kate, I did rebase it somewhen in December, but I guess that would have only lead to pulling issues? Greetings Christoph > > Thanks > Alex