Home > Development Tools > git > body text

Let's talk about Gitee's warehouse hiding function

PHPz
Release: 2023-03-31 10:00:37
Original
2303 people have browsed it

Gitee is a popular online code hosting platform in China, providing a series of services such as Git warehouse management, code contribution, and document management. When using Gitee, sometimes we want to hide a certain warehouse. Today we will introduce Gitee's warehouse hiding function.

1. The hidden role of the warehouse

The warehouse created on Gitee is public by default, that is, any visitor can see the warehouse and obtain all the contents in the warehouse, including code and documents. , Issue, etc. This is likely to cause some security risks, such as source code leakage, private information leakage, etc. To avoid this risk, when creating a repository on Gitee, we can choose to hide it.

2. How to hide the warehouse

  1. Log in to your Gitee account and enter the warehouse page that needs to be hidden.
  2. Click the "Settings" button in the upper right corner to enter the warehouse settings page ,
  3. In the "Basic Information" tab, find the "Visibility" option and change it to "Private" or "Internal".
  4. After saving the settings, the warehouse will become Is private or internal and can only be accessed by invited members.

3. The difference between private and internal

  1. Private warehouse: Only the creator and invited members can see the warehouse and its contents, and cannot be explored by non-invited members to and visit.
  2. Internal warehouse: Only members of the organization (including the creator) can see the warehouse and its contents. Members of the organization can discover and access the warehouse through the member list in the organization.

4. How to invite members

  1. On the warehouse page that needs to be invited, click the "Settings" button on the right, and
  2. enter the warehouse settings page , click the "Member Management" tab on the left,
  3. In the member management page, fill in or search for the Gitee account username of the member who needs to be invited, and select the role to be invited,
  4. Click "Invite" will send an invitation to the account, and you can access the warehouse after waiting for the other party's confirmation.

5. Notes

  1. Hiding a warehouse only changes it from a public state to a private or internal state. It is recommended that you still set appropriate access permissions to manage the content in the warehouse. ;
  2. When inviting members, it is recommended to only invite necessary members to participate in the project to prevent leakage of project information.

The above is the introduction and operation method of Gitee warehouse hiding. I hope it will be helpful to everyone!

The above is the detailed content of Let's talk about Gitee's warehouse hiding function. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!