If I got to Team Explorer
in VS2017, and look at my repository settings, everything looks fine -- correct username, correct Remotes for Fetch and Push. However if I actually try anything -- fetch, push, etc. -- it fails and I get the error:
Error encountered while pushing to the remote repository: Git failed with a fatal error.
NullReferenceException encountered. Object reference not set to an instance of an object.
cannot spawn /c/program files (x86)/microsoft visual studio/.../git-askpass.exe: No such file or directory
could not read Username for 'https://myrepo.visualstudio.com': terminal prompts disabled
Pushing to https://myrepo.visualstudio.com/myproj/_git/myproj
However, if I open a command window to the project directory and simply do:
git push
everything works just fine.
VS2017 used to work just fine interfacing with Azure DevOps but it seems like I'm having all kinds of issues now. Did something change? Is there a way to get VS2017 working again?