If you have the problem when pushing to github for example.
You can just empty the core.askpass param:
git config --global core.askpass ''
See also man git config
If you have the problem when pushing to github for example.
You can just empty the core.askpass param:
git config --global core.askpass ''
See also man git config