Repo tool requires git identity to be set

Note that repo init requires your git identity to be set, e.g.:

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

Yes this is true. But if it’s not set then it only print some warning. @mirzak maybe we should update general template with this prerequisites

Updated, https://hub.mender.io/t/google-repo

1 Like

And thank you @andrew_wilcox for reporting

1 Like