git - Eclipse not able to pull or fetch a replaced tag from remote -
another developer forced replace existing tag on remote master branch. in eclipse (luna in case), not updated tag, no matter team | pull or team | fetch upstream.
the solution found in eclipse (luna in case) is:
- right click project in project explorer
- go team | remote | configure fetch upstream...
- in configure fetch window, click button advanced...
- in annotated tags fetching strategy, change option "automatically follow tags if fetch thing point at" option "always fetch tags, if not have thing points at"
- click button finish.
that's it. can fetch new updated tag.
Comments
Post a Comment