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 tested running stg init (OS: Windows 10) and although I have user.name and user.email configured, I got this message: error: committer identity unknown; please configure user.name and user.email.
For it to work I have to make a symlink from USERPROFILE to HOME, which is not a big deal but the behavior does not conform to git behavior
R:\test-git>mklink %USERPROFILE%\.gitconfig %HOME%\.gitconfig
symbolic link created for C:\Users\char\.gitconfig <<===>> A:\Home\.gitconfig
R:\test-git>stg init