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
The simplest fix might be to just change the warning from Skipped git commit due to missing username and email in git config to just Could not create initial commit.
Version
4.5.3
Environment info
Steps to reproduce
git config --global commit.gpgSign true
to always GPG sign commitsgit config --global user.signingkey <your key>
vue create my-project
What is expected?
Warning stating that git commit failed due to failed GPG signing
What is actually happening?
Warning stating that failure was due to missing username and email
The text was updated successfully, but these errors were encountered: