Khi cố gắng Đẩy qua Cây Nguồn, tôi gặp lỗi sau:
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
Tôi đã không thực hiện bất kỳ thay đổi nào đối với thẻ này theo như tôi biết. Làm thế nào tôi có thể sửa lỗi này?