Authentication, credentials and the app password deadline.
App passwords are going away, and the deadline is the least interesting part. The awkward part is that git does not tell you when a credential has stopped working — it only forgets one on a 401, so a token that quietly expired shows up as a repository that seems to have moved. Three pieces here: what actually breaks and why the obvious fix does not, how to move onto the replacement without breaking every working copy on the team, and why CHANGE-3222 will sit in your instance until somebody goes and clears it by hand.
Diagnosing what the removal actually breaks, moving off it without breaking git, and clearing the warning that stays behind.