For the latest updates and improvements, see the latest Cloud documentation instead.
Not a member of the organization¶
When you see this message, it means that Codacy 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:
To verify which email addresses are associated with the Codacy account, the user must click on their avatar on the top right-hand corner, select Your account, and open the page Emails:
There may be different reasons for this issue to happen:
-
The user making the commit hasn't signed in to Codacy 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 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''
).
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?
255 characters left
We're sorry to hear that. Please let us know what we can improve:
255 characters left
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.