Each time I try to pull changes from a git repository in TFS, I get the following error using the Windows Command Prompt:
Method 'DeleteCredentials' in type 'Atlassian.Bitbucket.Authentication.Authentication' from assembly 'Bitbucket.Authentication, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Username for 'https://tfs.jll.com':
and the credentials are asked. I don't understand what an Atlassian library has to do with this.
git --version throws:
git version 2.17.1.windows.2
Any ideas on what could be the cause of this?
This started happening after I updated git for Windows.