jira-importer commented on issue #1123: URL: https://github.com/apache/maven-scm/issues/1123#issuecomment-2964647033
**[Matthieu Brouillard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mcfoggy)** commented Make sure that you also do not have already launched a `git config user.email` and `git config user.name` on the working repository. I saw the error because on my setup I have globally [user] useConfigOnly = true name = Matthieu Brouillard Notice that the `user.email` is missing globally. This prevents me to commit on repositories without configuring correctly the email I want for the particular repository. So in order to commit to any repository, I need to do a `git config user.email` at the repository level ; which I had not done on maven-scm project and that implied some tests to fail (then ones doing commits). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
