Open
Description
Current behavior 😯
My test environment is a completely empty chroot:
$ gix clone https://github.com/gentoo/gentoo
$ cd gentoo
$ gix fetch
It produces
Error: Failed to update references to their new position to match their remote locations
Caused by:
0: The reflog could not be created or updated
1: reflog messages need a committer which isn't set
Expected behavior 🤔
It would be nice to either provide the same reference to how to setup the configuration as git does
Git behavior
git fetch
works w/out requiring a user/email configured.