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

4 1

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.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay