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.
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!