git-askpass.exe: No such file or directory. Visual Studio

0
1680

I was getting an error when I tried to sync to my Git BitBucket repository with Visual Studio 2017:

git-askpass.exe: No such file or directory.

To resolve this I had to:

  1. Remove Git from Control Panel -> Uninstall
  2. Remove Git Windows Credential Manager from Control Panel -> Uninstall
  3. With Visual Studio 2017 Installer, remove Git for Windows
  4. Install Git
  5. Install Git Windows Credential Manager
  6. With Visual Studio 2017 Installer, install Git for Windows

LEAVE A REPLY

Please enter your comment!
Please enter your name here