Answers for "cannot spawn askpass: no such file or directory"

0

cannot spawn askpass: no such file or directory

git config --global credential.helper wincred
git config --global credential.helper winstore
# Or you can edit your .gitconfig file manually:

[credential]
    helper = winstore
Posted by: Guest on March-17-2022

Code answers related to "cannot spawn askpass: no such file or directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language