git - How to get rid of “would clobber existing tag” - Stack Overflow
▻https://stackoverflow.com/questions/58031165/how-to-get-rid-of-would-clobber-existing-tag
! [rejected] xxx -> xxx (would clobber existing tag)
solution git fetch --tags --force
Reason : On remote, someone deletes a tag and creates a new one with the same name, then this will happen on your local