On Mon, 20 Sep 2021 07:50:29 +0200, ASSI > Lemures Lemniscati via Cygwin-apps writes: > > I've accidentally pushed a tag named 'playground' to the repository > > ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs > > ( > > https://cygwin.com/git/?p=git/cygwin-packages/schroedinger-coordgenlibs.git > > ) > > > > Anyone with the privilege, please remove the tag 'playground' from the > > repo above. > > Just > > git push repo :playground > > where "repo" names the corresponding remote. >
Thanks. But, I tried it, and failed. -------- $ git push repo :playground remote: FATAL: + refs/tags/playground git/cygwin-packages/schroedinger-coordgenlibs Lemures_Lemniscati DENIED by fallthru remote: error: hook declined to update refs/tags/playground To ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs ! [remote rejected] playground (hook declined) error: failed to push some refs to 'ssh://cygwin.com/git/cygwin-packages/schroedinger-coordgenlibs' -------- I tried also... git push repo --delete playground and the result was same. I think I need help. Regards, Lem