Zulip Chat Archive

Stream: mathlib4

Topic: Unable to pull from remote repository due to conflicting tag


Kevin Buzzard (Jul 02 2024 at 21:46):

Twice today I've tried to push some commits to a PR using VS Code and got the error

Unable to pull from remote repository due to conflicting tag(s): v4.9.0. Would you like to resolve the conflict by replacing the local tag(s)?

Seems to work fine from command line. What have I done wrong?

Damiano Testa (Jul 03 2024 at 00:24):

I've seen this too.

Kim Morrison (Jul 03 2024 at 00:59):

It seems the v4.9.0 tag was pushed when it should have been v4.9.0-rc1. Presumably this was my fault (although, worryingly, possibly not!). I overwrote it a few days ago when Mathlib actually moved to v4.9.0.

Kim Morrison (Jul 03 2024 at 01:03):

I've added tag protection rules, so if this happens again we can at least be certain that it was my (rather, some maintainer's) fault.


Last updated: May 02 2025 at 03:31 UTC