I have a couple of authors listed multiple times when I run git coauthor --ls to see them, but when I run git coauthor --rm <name to remove> I get this message "warning: coauthor.author has multiple values" and it doesn't remove the user from the list.
I also uninstalled and reinstalled the package to try to reset the list of authors, but that didn't reset it.
I have a couple of authors listed multiple times when I run
git coauthor --lsto see them, but when I rungit coauthor --rm <name to remove>I get this message "warning: coauthor.author has multiple values" and it doesn't remove the user from the list.I also uninstalled and reinstalled the package to try to reset the list of authors, but that didn't reset it.