Ignore errors by code #18
Taitava
started this conversation in
Ideas - done & released
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background: On Windows, command
git-gui
launches a graphical Git client correctly, but for some reason the command returns an error code 259 and a message Command failed: git-gui.I'd like to think about would it be feasible to be able to ignore certain error codes, so that the user could define on a per command basis which error codes they would like to supress. Supressing an error code would mean that the error message won't get displayed.
Currently the workaround for
git-gui
is to usestart git-gui
. Then it works without giving any error message.Beta Was this translation helpful? Give feedback.
All reactions