I have been pulling and pushing my project to TFS from Visual Studio 2017 for a while now. Until recently, I cannot pull from the remote repo
I get this error:
Git failed with a fatal error. pull --verbose --progress --no-edit --no-stat --recurse-submodules=no origin
I have tried different ways to solve this
From Team Explorer/Settings/Repository Settings, I checked override global username and email and manually entered the credentials for that repo --didn't fix it
I reinstalled Git from Visual Studio installer --didn't fix it
Note: This is happening to every project I try to pull or push in my VS (even projects that are not in TFS)
How can I fix this?