I have always created local repositories using this command:
git clone http://TFSServer:8080/tfs/Scripts/_git/ProjectName
However, when I do it at the moment I get this message:
Cloning into 'ProjectName' ...
fatal: Authentication failed for 'http://TFSServer:8080/tfs/Scripts/_git/ProjectName/'
When starting up Visual Studio Code I see this error:
unable to get local issuer certificate
and when trying to push to TFS from VSCode (which I have always been able to do in the past), I see this error:
Authentication failed on the git remote
After checking the repo permissions, I can see that I have full permissions: