Issue
The name of the team member who committed a revision does not appear on the Team Server page in the Mendix Portal.
Environment
Mendix Portal
Cause
An unset or incorrect Git author metadata within the Git configuration can cause this issue to occur.
Solution / Workaround
To check and correct the local Git configuration, take the following steps:
-
Check local Git configuration by navigating to the project folder and executing the following command in the terminal:
git config get user.email
-
If the above command does not show the correct email address, execute the following command in the same terminal to fix the local configuration:
git config --global user.email <Email>
Internal information related
- 280624
- CHQH0HJ8P/p1783429504252579
Additional information
Mendix documentation: Troubleshooting Version Control
0 Comments