-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes on discovery and status #80
Comments
me to: on Windows 10
|
It comes from this line of code basically, which tries to decide which editor to use to allow you to edit the file it generates for the var editor = process.env['GIT_EDITOR'] || process.env['EDITOR'] || 'nano' Set your EDITOR environment variable to whatever your editor of choice is (e.g. code, or notepad++, or even notepad), then try again. You could also probably manually edit the |
Windows 8.1, admin cmd prompt
Installs just fine, no warnings nor errors
npm version 5.6.0
node version 8.9.2
Running : "gr tag discover . " to tag all repos under a given folder
Then trying to see if this is something odd here, I try "gr status", but get:
The text was updated successfully, but these errors were encountered: