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 adding this module and filling in the user's name and email running git config --global user.name and git config --global user.email show no value set.
If I go to the cloned repo (cloned by git-clone module) and try git config --global user.name and git config --global user.email those values are also empty.