Hello,
I’m using my work laptop and git is not configured with my personal github account. I set ‘authors’ with PkgTemplates but that does not work:
julia> t = Template(;user="stla", authors="Stéphane Laurent <l******p@outlook.fr>", plugins = [GitHubActions(), Codecov()])
ERROR: ArgumentError: Git: Global Git config is missing required value 'user.name'
Is it normal? What should I do?