To delete all the local tags simple run the following command git tag | xargs git tag -d To delete remote tags after deleting the local tags by running the above command, you can run the comand below git ls-remote --tags --refs origin | cut -f2 | xargs git push origin --delete NOTE: replace origin with your remote handler
错误日志 Selecting previously unselected package oneblog4j. (Reading database ... 264884 files and directories currently installed.) Preparing to unpack .../bundles/oneblog4j-1.0.3.deb ... Unpacking oneblog4j (1.0.3) ... Setting up oneblog4j (1.0.3)/ ... Adding shortcut to the menu An error occurred while applying changes: An error occurred while applying changes: xdg-desktop-menu: No writable system menu directory found. dpkg: error processing package oneblog4j (--install): installed oneblog4j package post-installation script subprocess returned error