Não é possível gerar askPass: nenhum arquivo ou diretório

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