Home  >  Article  >  Development Tools  >  How to add members to Gitee private repository

How to add members to Gitee private repository

PHPz
PHPzOriginal
2023-03-29 11:30:326199browse

Gitee is a very popular code hosting platform. On this platform, we can create public warehouses and private warehouses. But for a private warehouse, how to add members? In this article, we will introduce in detail how to add members to Gitee private repository.

First, we need to log in to our Gitee account and enter the private warehouse page where we want to add members. In the "Warehouse List" on the right side of the page, click "Member Management".

In the member management page, we can search for members to add through email and Gitee accounts, and select the permissions that need to be granted. There are three types of permissions: Owner, Manger and Developer.

  • Owner: Has all permissions of the warehouse, including administrative member permissions.
  • Manager: Can manage warehouses, but not members.
  • Developer: Can only view and modify the code, but cannot manage the warehouse.

After searching for the members you want to add, click the "Add Member" button.

In addition to adding members by searching Gitee accounts and emails, we can also add members to the entire organization. First, you need to create an organization on the Organization page. After creation, on the organization details page, select the "Member Management" tab, click "Add Member", enter the email address, account number or nickname of the member to be added, select the permissions that need to be granted and click "Confirm". Once added, the member can join the organization and have access to all private repositories under the organization.

It should be noted that when adding a member, you need to enter the correct email, account or nickname, and then grant permissions after the member confirms. Otherwise, the member will not be able to log in to the private warehouse. In addition, when adding members, you need to pay attention to selecting appropriate permissions to protect the security of the private warehouse.

In short, adding members to Gitee private repository is very simple. You only need to search for the corresponding Gitee account or email in the member management page. If you want to add members to the entire organization, you need to add them on the organization details page. Whether you are adding it to a private warehouse or to an organization, you need to pay attention to selecting appropriate permissions to ensure the security of the private warehouse.

The above is the detailed content of How to add members to Gitee private repository. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn