You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange. It works when I prefix exec wish "$0" -- "$@" in C:\Program Files\Git\mingw64\libexec\git-core\git-gui with exec >/dev/null;. This would suggest that the culprit is the MSYS2 runtime that somehow closes stdout when it is still needed.
Another work-around is to run git-gui instead of git gui (although the former is deprecated and the latter should work).
Setup
Windows 10 22H2, 64-bit
defaults?
Details
When I try to open git gui a second time (while the first one is still running) the following occurs:
The text was updated successfully, but these errors were encountered: