paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.29k stars 246 forks source link

Exit code 127 and some advice #176

Open GavinTao1219 opened 3 years ago

GavinTao1219 commented 3 years ago

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!