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:

  1. right click project in project explorer
  2. go team | remote | configure fetch upstream...
  3. in configure fetch window, click button advanced...
  4. 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"
  5. click button finish.

that's it. can fetch new updated tag.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -