赞
踩
简洁版:
原因:可能是仓库文件太大Gitee 使用配额说明 | Gitee 产品文档
详细版:
最近进行学校的毕业实习,VSCode提交代码到gitee仓库,明明前一天轻松无压力上传到仓库,结果昨天就提交后但是无法同步更改
报错如下:
根据提示运行拉取功能后,再点击“同步更改”,但是尴尬的是仍然提交不了
点击报错栏的“显示命令输出”显示:
- > git push origin master:master
- remote: Powered by [01;33mGITEE.COM [0m[[01;35mGNK-6.4[0m][0m
- remote: [31merror:[0m File: feb0db08d66be182de09f60af4d5ae2b0dddef1b [31m105.17 MB[0m, exceeds [31m100.00 MB[0m.
- remote: Use command below to see the filename:
- remote: [34mgit rev-list --objects --all | grep feb0db08d66be182de09f60af4d5ae2b0dddef1b[0m
- remote: Please remove the file from history and try again. (https://gitee.com/help/articles/4232)
- To https://gitee.com/lalala7521/summer-intern-.git
- ! [remote rejected] master -> master (pre-receive hook declined)
- error: failed to push some refs to 'https://gitee.com/lalala7521/summer-intern-.git'
Gitee 平台目前对仓库的配额如下:
再一看我的文件大小,好家伙,居然1G多了
解决方法:仓库体积过大,如何减小 | Gitee 产品文档( 大家可以尝试一下这方法,毕竟是官网的)
下载完git-repo-clean,进行安装,我选的是方法一
emmm,虽然但是不知道为什么,我按照方法一创建了环境变量之后运行
git repo-clean --version
报错找不到这个命令,无论是vscode终端,还是Git bash,以及Git cmd,都有试过,都是找不到。
(......晚会儿而再试试......)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。