no se puede engendrar askpass: no hay dicho archivo o directorio
git config --global credential.helper wincred
git config --global credential.helper winstore
# Or you can edit your .gitconfig file manually:
[credential]
helper = winstore
Sarthak Parajuli