From ef8ebed286fe434765746d8a222cdb42ac7fb806 Mon Sep 17 00:00:00 2001 From: zjkjzj Date: Fri, 19 Mar 2021 12:33:07 +0800 Subject: [PATCH] docs(platform): update error --- docs/platform/error.md | 40 ++++++++++++++++++++++++++++++++- docs/platform/代码库大小限制.md | 38 ------------------------------- mkdocs.yml | 1 - 3 files changed, 39 insertions(+), 40 deletions(-) delete mode 100644 docs/platform/代码库大小限制.md diff --git a/docs/platform/error.md b/docs/platform/error.md index 02ab034..47c6456 100644 --- a/docs/platform/error.md +++ b/docs/platform/error.md @@ -316,4 +316,42 @@ Host gitee.com IdentitiesOnly yes ``` -重新提交即可 \ No newline at end of file +重新提交即可 + +## 问题九:代码库大小限制 + +### 问题描述 + +上传代码到`Gitee`时,打印出如下日志: + +``` + git push --force git@gitee.com:xx.xx.git master +remote: Powered by GITEE.COM [GNK-3.8] +remote: Recommended to reduce the repository size +remote: This repository(including wiki) size 581.64 MB exceeds 500.00 MB +remote: HelpLink: https://gitee.com/help/articles/4232 +To gitee.com:zjZSTU/xx.xxx.git +``` + +在网上查询发现是因为单个仓库大小超出了限制(`500MB`),经过一番查询发现`Gitee`和`Coding`的个人仓库都限制在`500MB`,`Github`对单个仓库大小的限制为`1GB`。 + +### 问题解决 + +阿里云的单个仓库限制为`2GB`,能够满足当前需求。 + +各个远程`Git`仓库服务器的官网地址如下: + +1. [Gitee](https://gitee.com/) +2. [Coding](https://coding.net/) +3. [Github](https://github.com/) +4. [Aliyun Code](https://code.aliyun.com) + +### 相关阅读 + +* [Gitee 仓库体积过大,如何减小? ](https://gitee.com/help/articles/4232#article-header0) + +* [Tencent 仓库大小限制吗?](https://cloud.tencent.com/developer/ask/197652) + +* [GitHub File and repository size limitations](https://help.github.com/en/github/managing-large-files/what-is-my-disk-quota#file-and-repository-size-limitations) + +* [Aliyun代码库对文件大小是否有限制?](https://help.aliyun.com/document_detail/153791.html?spm=5176.11065259.1996646101.searchclickresult.30c1183bbCmNS7) \ No newline at end of file diff --git a/docs/platform/代码库大小限制.md b/docs/platform/代码库大小限制.md deleted file mode 100644 index 4e09981..0000000 --- a/docs/platform/代码库大小限制.md +++ /dev/null @@ -1,38 +0,0 @@ - -# 代码库大小限制 - -## 问题描述 - -上传代码到`Gitee`时,打印出如下日志: - -``` - git push --force git@gitee.com:xx.xx.git master -remote: Powered by GITEE.COM [GNK-3.8] -remote: Recommended to reduce the repository size -remote: This repository(including wiki) size 581.64 MB exceeds 500.00 MB -remote: HelpLink: https://gitee.com/help/articles/4232 -To gitee.com:zjZSTU/xx.xxx.git -``` - -在网上查询发现是因为单个仓库大小超出了限制(`500MB`),经过一番查询发现`Gitee`和`Coding`的个人仓库都限制在`500MB`,`Github`对单个仓库大小的限制为`1GB`。 - -## 问题解决 - -阿里云的单个仓库限制为`2GB`,能够满足当前需求。 - -各个远程`Git`仓库服务器的官网地址如下: - -1. [Gitee](https://gitee.com/) -2. [Coding](https://coding.net/) -3. [Github](https://github.com/) -4. [Aliyun Code](https://code.aliyun.com) - -## 相关阅读 - -* [Gitee 仓库体积过大,如何减小? ](https://gitee.com/help/articles/4232#article-header0) - -* [Tencent 仓库大小限制吗?](https://cloud.tencent.com/developer/ask/197652) - -* [GitHub File and repository size limitations](https://help.github.com/en/github/managing-large-files/what-is-my-disk-quota#file-and-repository-size-limitations) - -* [Aliyun代码库对文件大小是否有限制?](https://help.aliyun.com/document_detail/153791.html?spm=5176.11065259.1996646101.searchclickresult.30c1183bbCmNS7) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f27873d..b8b84bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,7 +82,6 @@ nav: - README生成器: tool/generator-standard-readme.md - '版本自动化及CHANGELOG生成': tool/standard-version.md - 平台: - - 代码库大小限制: platform/代码库大小限制.md - SSH公钥设置: platform/SSH公钥设置.md - GitLab: - 安装: platform/gitlab-安装.md