Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #spawn #file #directory
ADD COMMENT
Topic
Name
6+5 =