DEV Community

Cover image for git-askpass.exe: No such file or directory. Visual Studio
Ricardo Costa
Ricardo Costa

Posted on • Originally published at blogit.create.pt on

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

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

The post git-askpass.exe: No such file or directory. Visual Studio appeared first on Blog IT.

Top comments (0)