Ran that command when trying to fix a problem I was having with git push. It prompts me every time I git push and I have no idea how to disable it.
Try running:
git config --system --unset-all core.askpass
to remove that configuration. You can then run git config --system --list
to view the full list of system configurations to ensure it's gone.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With