While pushing on a remote repository using git bash, my password is required and asked. This is not a problem.
The issue is that I was used to just type my password into the git console, but then I switched from Linux to Windows and my password is asked into a prompt box instead of the console.
I find it much less convenient: I have to wait for one second that it appears and sometimes I lose the focus.
What is strange is that if I close the dialog box, then the password is asked from within the git console. This is what I am looking for.
Do you know how could I prevent the box to be prompted and just let me type my password into the console, please? Is there some git option I should modify?