<-- Back

Author's name missing from commit in Mendix Portal Team Server page

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: 

  1. Check local Git configuration by navigating to the project folder and executing the following command in the terminal:

    git config get user.email
  2. 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

Have more questions? Submit a request

0 Comments

Article is closed for comments.

To provide feedback, please open a ticket here. Don't forget to include the article's URL along with the feedback you would like to provide.