git-open
git-open copied to clipboard
Exit code 127 and some advice
I ran into a problem of exit code 127, and I found it's caused by a problematic $BROWSER environment variable in my system. If you could add some try catch around such system command calls, and throw the error message to the user, it could be much more helpful to debug. Thanks!