Git Error – src refspec {tagname} matches more than one.

I was very happy today to be updating my PayPal for WooCommerce plugin when I ran into a tagging issue.  I was able to successfully create my local tag… git tag -a v1.0.3 -m “Version 1.0.3 update” I then tried to push this tag to my remote repo and...