gorilla-cli icon indicating copy to clipboard operation
gorilla-cli copied to clipboard

Problem with generating userid: Command '['git', 'config', '--global', 'user.email']' returned non-zero exit status 1.

Open asandez1 opened this issue 1 year ago • 0 comments

After installing Gorilla, I attempted to generate a file, but encountered the following error:

Unable to generate userid: Command '['git', 'config', '--global', 'user.email']' returned non-zero exit status 1

Solution: Upon investigation, it was found that the error was caused by the absence of a configured user email in the global Git settings. To resolve this, I exported the user_id variable, which enabled Gorilla to function correctly.

asandez1 avatar Apr 12 '24 14:04 asandez1