In today's #gitproblems: #gitcredentialstore fails to retrieve credentials when the password ends in = (equals). Why? Because it's stored as a URL: the = sign gets escaped, and that escaping causes issues. And thanks, #git.