lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
575 stars 40 forks source link

askpass version outdated #72

Closed noquierouser closed 5 years ago

noquierouser commented 6 years ago

This might be a duplicate of #70, #24 and other issues, but it seems that the version of askpass.exe in this repo is outdated. The README refers to git-credential-winstore which is no longer developed as such and now is Git Credential Manager for Windows by Microsoft.

In that repo I see references to cli-askpass which might be useful for this project because the ArgumentNullException error has been fixed there.

noquierouser commented 6 years ago

I tried downloading the latest release of GCM from the mentioned repo and replaced pshazz's askpass.exe with GCM's git-askpass.exe and renamed it askpass.exe, to no avail. Probably GCM's git-askpass.exe is fundamentally different from pshazz's askpass.exe, so maybe I'm wrong.

TCB13 commented 6 years ago

pshazz seems to be fundamentally broken and nobody cares :(

chawyehsu commented 5 years ago

FYI: pshazz uses an askpass which different from GCM, https://github.com/lukesampson/askpass.

chawyehsu commented 5 years ago

askpass has been removed in #76 , closed.