Recently I have started getting this error but only if I also have a git-gui window open. The same command works fine if the git-gui window is closed.
I am running git v2.47.0 on Windows 10 inside Windows Terminal. Git credential.helper is set to 'manager'
This used to work fine before, not sure exactly when it started, probably a few weeks ago. Any idea what is going on and how to prevent it?
# git fetch --all
error: failed to execute prompt script (exit code 5)
fatal: could not read Password for 'https://[email protected]': No such file or directory
Here is a screenshot of the commands and responses
