As a self-developed code hosting platform in China, Gitee has been widely used in China, especially in open source communities and enterprises. The number of users continues to rise. When using Gitee to store code, one question is likely to attract developers' attention: How big can Gitee store?
First of all, it should be noted that Gitee supports two types of storage methods: public and private. Public storage is free, while private storage requires payment. Therefore, when answering the question of how much Gitee can be stored, it is necessary to distinguish between these two storage methods.
For public storage, Gitee provides a very large storage space and allows users to upload large files. On Gitee's official website, it is claimed that public projects can have enough storage space to store millions of codes, and the size of a single uploaded file can even reach 5G. For most developers, this is enough to meet their code storage needs.
However, in terms of private storage, the storage space provided by Gitee is limited. Gitee private storage space is divided according to different packages, as shown in the following table:
Package | Storage Space | Monthly Number of private warehouses |
---|---|---|
Free version | 1GB | 10 |
20GB | Unlimited | |
Custom | Unlimited |
In addition, it should be noted that Gitee's storage space refers to the storage space of the code warehouse. Although the space used is mainly composed of code files and resource files, it also includes historical versions of code submissions. Therefore, during the development process, try to control the size of the code and the number of historical versions submitted each time to avoid unnecessary waste of space.
In summary, how much Gitee can store depends on the storage method and the selected package. For public storage, Gitee provides sufficient storage space and upload file size to meet the needs of most developers. But for private storage, the storage space of the free version is far from enough, and you need to choose different packages based on actual needs. At the same time, when using Gitee, you need to pay attention to controlling the size of the submitted code and the number of historical versions in order to better utilize storage space.
The above is the detailed content of How much storage space does gitee have?. For more information, please follow other related articles on the PHP Chinese website!