स्रोत ट्री के माध्यम से पुश करने का प्रयास करते समय, मुझे निम्न त्रुटि मिलती है:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master
Pushing to https://user@github.com/repo.git
To https://user@github.com/repo.git
= [up to date] master -> master
...
! [rejected] example_tag -> example_tag (already exists)
updating local tracking ref 'refs/remotes/origin/master'
error: failed to push some refs to 'https://user@github.com/repo.git'
hint: Updates were rejected because the tag already exists in the remote.
Completed with errors, see above
जहाँ तक मुझे पता है मैंने इस टैग में कोई बदलाव नहीं किया है। मैं इसे कैसे ठीक करूं?