Team member unable to access Repos in my projects in Azure DevOps

Uday Varma 20 Reputation points
2025-04-17T10:45:36.4333333+00:00

I have added a team member into my Azure DevOps subscriptions and he was able to access the project, however when he is trying to access 'Repos', he was unable to access as it gives permission denied. Could you pls. guide what is missing.

Azure DevOps
{count} votes

Accepted answer
  1. Arko 2,295 Reputation points Microsoft External Staff Moderator
    2025-04-18T09:51:30.5233333+00:00

    Hello Uday Varma,

    As mentioned in comments, if the team member can access the Azure DevOps project but sees a "permission denied" error when accessing Repos, the issue is most likely related to missing repository-level permissions or incorrect group access.

    I would suggest you to first confirm the user is added to the project under Project Settings → Teams → [Your Team] → Members

    enter image description here

    Check the user’s Access Level

    enter image description here

    under Organization Settings go to Users. Locate the user and verify they have at least Basic access. Please note, Users with Stakeholder access cannot access Repos.

    As I said, by default, access to a project doesn’t guarantee access to all Git Repositories. You need to verify repository-level permissions under Project Settings → Repositories → [Select the Repo] → Security and locate the user or the group (e.g. Contributors) they belong to and ensure the following permissions are set like read should be allowed or contribute (if pushing code).

    enter image description here

    Confirm your user is in the right security group

    enter image description here

    Please refer to these MS documents for better clarity-

    Open Security for a repository

    Security groups, service accounts, and permissions reference

    About access levels

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.