Closed xn closed 6 years ago
Oh wow, that's not good. I'll bring that up with electron-forge. Thanks for the report!
electron-forge
isn't set up to operate out of not-the-root of the git repo. You could probably propose an option to disable git initialization that we could then set in our blueprint, or try to get them to recursively walk up the directory tree looking for .git
directories to automatically fix this issue. But either way, we can't really do anything about it without something happening in electron-forge
so I'm going to close this issue.
Well, I just crapped my pants for a moment:
So, the root git directory for this project is one directory up. Something in the upgrade process didn't detect that and decided to init git. Removed
.git
directory and back to normal.