使用git提交代码有时会遇到报错提示:
hint: Updates were rejected because the tag already exists in the remote.
此时,只需要进行pull操作就可以解决此问题,这个问题一般出现在进行push操作时。
使用git提交代码有时会遇到报错提示:
hint: Updates were rejected because the tag already exists in the remote.
此时,只需要进行pull操作就可以解决此问题,这个问题一般出现在进行push操作时。