You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: