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).
@ganlvtech I kind of already established that the problem is the MSYS2 runtime, if you want to contribute to understanding the problem in more detail, you may want to bisect the snapshots to pinpoint the first version with the regression.
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: