【Git】Git报错:This repositorysize xxMB, exceeds 1024.00 MB.

简介: Git报错:This repositorysize xxMB, exceeds 1024.00 MB.错误原因:这个版本库(包括wiki)大小为xxxx MB,超过了1024.00 MB。如何解决呢?

作者:小卢

专栏:《Git》

喜欢的话:世间因为少年的挺身而出,而更加瑰丽。                                  ——《人民日报》

Git报错:This repositorysize xxMB, exceeds 1024.00 MB.

错误原因:这个版本库(包括wiki)大小为xxxx MB,超过了1024.00 MB。

如何解决呢?

94da403363c542b7a8b02e2098758d11.png

git可以直接在仓库的网页内,进行存储库 GC就OK啦

之后再提交一次就可以成功啦

相关文章
|
30天前
|
存储 开发工具 数据安全/隐私保护
git报错The project you were looking for could not be found 解决方式
git报错The project you were looking for could not be found 解决方式
256 1
|
2月前
|
机器学习/深度学习 Shell 开发工具
Python使用管道执行git命令报错|4-7
Python使用管道执行git命令报错|4-7
|
2月前
|
存储 Shell 开发工具
8-8|windows上Git报错
8-8|windows上Git报错
|
3月前
|
开发工具 git
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
|
3月前
|
开发工具 Android开发 git
解决Idea报错出现Git is not installed
解决Idea报错出现Git is not installed
760 2
|
3月前
|
网络安全 开发工具 数据安全/隐私保护
Git——报错总结
Git——报错总结
43 1
|
4月前
|
网络安全 开发工具 git
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
1105 1
|
5月前
|
Shell 开发工具 git
git拉去代码报错"Failed to connect to 127.0.0.1 port 31181: Connection refused"
在克隆`https://example.git/`时遇到错误:"fatal: unable to access 'https://example.git/': Failed to connect to 127.0.0.1 port 31181: Connection refused"。原因是Windows上代理设置未正确关闭,影响了Git配置。解决方法是通过git bash运行命令检查并取消代理:`git config --global http.proxy`和`git config --global --unset http.proxy`。
137 1
 git拉去代码报错"Failed to connect to 127.0.0.1 port 31181: Connection refused"
|
4月前
|
网络安全 开发工具 git
使用git克隆仓库报错:Warning: Permanently added‘github.com’ to the .....(ssh )
所以,你可以安全地忽略这个警告,它不会影响到你使用git克隆仓库。如果你已经成功克隆了仓库,那么一切都在正常工作。如果你在克隆过程中遇到其他问题,那可能需要查看具体的错误信息来解决。
117 0
|
6月前
|
缓存 网络安全 开发工具
Git服务器报错:host key for (ip地址) has changed and you have requested strict checking
Git服务器报错:host key for (ip地址) has changed and you have requested strict checking
532 0