Skip to content
This documentation applies to Codacy Self-hosted v5.0.0

For the latest updates and improvements, see the latest Cloud documentation instead.

Not a member of the organization#

This page applies only to Codacy Cloud

When you see the message Not a member of the organization it means that Codacy Cloud can't analyze a commit because the associated email address doesn't belong to any Codacy user.

You can check which email address is associated with a commit by hovering the cursor on the name of the contributor on the page for the commit:

Checking the email address for a commit

To verify which email addresses are associated with the Codacy Cloud account, the user must click on their avatar on the top right-hand corner, select Your account, and open the page Emails:

Email addresses associated with a user account

There may be different reasons for this issue to happen:

  • The user making the commit hasn't signed in to Codacy Cloud and joined the organization yet

    The user must join the organization or, if you're the organization owner, you can add the user instead.

  • The commit email address isn't associated with the account of a Codacy Cloud user

    Codacy automatically associates the email addresses from the Git provider accounts to the Codacy accounts when users sign in to Codacy. Make sure that the user configures the missing email address on their Git provider account, and that the user logs in again on Codacy for the change to take effect.

  • Git isn't configured with your correct email address

    Unless you explicitly configure your email address, Git automatically uses an email address based on the username and hostname of your workstation, and associates this email address with your commits.

    To check which email address your local Git installation is using, run the following command on your workstation:

    git config user.email
    

    If the returned email address isn't one of the email addresses associated with your Git provider account, configure Git to use one of those email addresses instead:

    git config --global user.email you@example.com
    

    Important

    Make sure that your email address doesn't include any extra characters such as quotes ("" or '').

See also#

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

If you have a question or need help please contact support@codacy.com.

Last modified September 20, 2021