We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to install extensions choosing Foundry, I kept getting ✖️ Failed to initialize git repository error.
✖️ Failed to initialize git repository
Trying with WSL i got a full cause log, which got fixed after setting my git config email and name, but seems that is not getting anything by default.
Would it be possible to set a default identity, or add an extra step asking for git identity to the user if we can't find any?
[cause]: '\n' + '*** Please tell me who you are.\n' + '\n' + 'Run\n' + '\n' + ' git config --global user.email "[email protected]"\n' + ' git config --global user.name "Your Name"\n' + '\n' + "to set your account's default identity.\n" + 'Omit --global to set the identity only in this repository.\n' + '\n' + 'fatal: empty ident name (for <pablo@DESKTOP-6EP6DB4.>) not allowed' } Uh oh! 😕 Sorry about that! Exiting...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to install extensions choosing Foundry, I kept getting
✖️ Failed to initialize git repository
error.Trying with WSL i got a full cause log, which got fixed after setting my git config email and name, but seems that is not getting anything by default.
Would it be possible to set a default identity, or add an extra step asking for git identity to the user if we can't find any?
The text was updated successfully, but these errors were encountered: