本文主要是介绍解决push时,报错error_ failed to push some refs to ‘https___gitee.com_...‘,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
remote: error: File: 90c5365492dea3b3c855b2375f1de8588ac1bda4 162.65 MB, exceeds 100.00 MB.
原因是上传的文件超过100.00 MB
Gitee限制上传的每个文件的大小,不能超过100MB
高于100MB无法上传到Gitee远程仓库,把超过大小的文件添加到Git忽略提交规则(.gitignore
文件)里就可以正常推送
这篇关于解决push时,报错error_ failed to push some refs to ‘https___gitee.com_...‘的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!