mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-08-29 21:50:24 +08:00
docs(git): add advanced and error
This commit is contained in:
36
docs/platform/代码库大小限制.md
Normal file
36
docs/platform/代码库大小限制.md
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
# 代码库大小限制
|
||||
|
||||
## 问题描述
|
||||
|
||||
上传代码到`Gitee`时,打印出如下日志:
|
||||
|
||||
```
|
||||
git push --force git@gitee.com:xx.xx.git master
|
||||
remote: Powered by [01;33mGITEE.COM [0m[[01;35mGNK-3.8[0m][0m
|
||||
remote: Recommended to reduce the repository size
|
||||
remote: This repository(including wiki) size [01;33m581.64 MB[0m exceeds [01;33m500.00 MB[0m
|
||||
remote: HelpLink: https://gitee.com/help/articles/4232
|
||||
To gitee.com:zjZSTU/xx.xxx.git
|
||||
```
|
||||
|
||||
在网上查询发现是因为单个仓库大小超出了限制(`500MB`),经过一番查询发现`Gitee`和`Coding`的个人仓库都限制在`500MB`
|
||||
|
||||
参考:
|
||||
|
||||
[仓库体积过大,如何减小? ](https://gitee.com/help/articles/4232#article-header0)
|
||||
|
||||
[仓库大小限制吗?](https://cloud.tencent.com/developer/ask/197652)
|
||||
|
||||
而`Github`对单个仓库大小的限制为`1GB`。参考:[File and repository size limitations](https://help.github.com/en/github/managing-large-files/what-is-my-disk-quota#file-and-repository-size-limitations)
|
||||
|
||||
## 问题解决
|
||||
|
||||
阿里云的单个仓库限制为`2GB`,能够满足当前需求。参考:[代码库对文件大小是否有限制?](https://help.aliyun.com/document_detail/153791.html?spm=5176.11065259.1996646101.searchclickresult.30c1183bbCmNS7)
|
||||
|
||||
各个远程`Git`仓库服务器的官网地址如下:
|
||||
|
||||
1. [Gitee](https://gitee.com/)
|
||||
2. [Coding](https://coding.net/)
|
||||
3. [Github](https://github.com/)
|
||||
4. [Aliyun Code](https://code.aliyun.com)
|
||||
Reference in New Issue
Block a user