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
I saw this bug when I deploy it with my git environment below.
fatal: no email was given and auto-detection is disabled
my environment is here.
git config global set "user.useconfigonly=true", and no "user.name" / "user.email" keys and values.
git config local set "user.name" / "user.email" keys and values.
[NOTE]
I always do switch my github account along a target repo, so never setting name/email on global. This setting is not usual for many people, so many user will not see this bug, I think.
Then, I use git config global, write user/email, this error resolved.
I think, maybe, something your implemantation around "git push", has a little bug.
Please check and fix it.
Sincerely, StrayDrop
terminal screenshot is here.
The text was updated successfully, but these errors were encountered:
I'm experiencing a very similar issue when my local user.email differs from my global user.email.
For some reason, the user section is missing from the config file under node_modules/gh-pages/.cache/*/.git even though it is present in my project's .git/config file.
I'm getting a similar thing. When I publish, I seem to get one commit that respects the local .gitconfig, then one that reverts to the global git config.
I saw this bug when I deploy it with my git environment below.
my environment is here.
I always do switch my github account along a target repo, so never setting name/email on global. This setting is not usual for many people, so many user will not see this bug, I think.
Then, I use git config global, write user/email, this error resolved.
I think, maybe, something your implemantation around "git push", has a little bug.
Please check and fix it.
Sincerely, StrayDrop
The text was updated successfully, but these errors were encountered: