我在VSCodium中使用git,每次尝试拉git时都会抱怨。
查看日志,我看到了
> git pull --tags origin master
From https://github.com/MY/REPO
* branch master -> FETCH_HEAD
! [rejected] latest -> latest (would clobber existing tag)
9428765..935da94 master -> origin/master
使用命令可以--force帮助您直到下次。
我不清楚这里出了什么问题。发生了什么事,我该如何解决这个问题?
我的意思是:除了破坏我的本地仓库并再次克隆外。
