【git】Updates were rejected because the tag already exists in the remote.

プッシュしようとすると、下記のエラーが出た。

Updates were rejected because the tag already exists in the remote.

もし、エラーがでたら

git pull --tags

これで治った。


コメント

このブログの人気の投稿

【iOS】SwiftでCGAffineTransformから角度・ラジアン・度数・スケールを計算する方法

【iOS】UILabelでヒラギノフォントの上下が切れる問題と対処法

【Android】WebViewのズームボタン(ピンチイン・ピンチアウト)を非表示にする方法