VisualStudio
VisualStudio copied to clipboard
No such file or directory could not read Password for ''
- GitHub Extension for Visual Studio version: 2.5.4.3349
- Visual Studio version: 15.8.0
When I try to use any git function in vs I receive this error:
cannot spawn /c/program files (x86)/microsoft visual studio/2017/community/common7/ide/commonextensions/microsoft/teamfoundation/team explorer/Git/mingw32/libexec/git-core/git-askpass.exe: No such file or directory
could not read Password for 'https://[email protected]': terminal prompts disabled
It starts to happen every time I update VS (it happened for the last 3 updates).
Hi @Kunze I'm not exactly sure why you're getting that error, but this Stack Overflow post has some suggestions which include updating Git for Windows, and removing your git credentials in the Windows Credential Manager.
Check out this post: https://stackoverflow.com/questions/51728362/cant-pull-fetch-using-vs-team-explorerbitbucket-git/51729662#51729662
Let me know if the solution mentioned works or not.
This has happened to me as well the last 2 VS updates (I'm using bitbucket)
I have this problem too... git by bitbucket.org
Same problem, also using BitBucket. This problem is now fixed for me. I'm using the released version of Visual Studio 15.8.2
Problem still exists in 15.8.4
upgrading to 15.9.0 fixed the problem for me.
Currently having this issue with Visual Studio Version 15.9.3
This looks to be a problem with Visual Studio itself rather than with the GitHub for Visual Studio extension. @kaylangan @clboles @jeremyepling any ideas?
I had the same issue. Updating Visual Studio to v15.9.4 fixed it for me.
In my case the issue was a weak password... Apparently, login from visual studio with weak password is not allowed anymore. I found it out by installing GitHub Extension for Visual Studio, then, i received the correct error message. Once i have updated the password everything works fine.
upgrading to 15.9.0 fixed the problem for me. and git version 2.25.0.windows.1
I have the same problem , I have updated visual studio and git etc.. I do still get this error . I think the problem is the .gpgun , does anyone knows how to change the directory in gpg ?
This happened to me using VS Code, and solved it by updating the VS Code to the latest version.