码云source tree 提交超过100m 为什么大文件推不上去

Posted shane

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了码云source tree 提交超过100m 为什么大文件推不上去相关的知识,希望对你有一定的参考价值。

码云source tree 提交超过100m 为什么大文件推不上去

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master 
Pushing to [email protected]:timtian008/Huanxin_CustomerDemo.git
remote: warning: Large files detected.        
remote: error: File HuanXinCustomerDemo/HuanXinCustomerDemo/HyphenateFullSDK/Hyphenate.framework/Hyphenate is 131.73 MB; this exceeds file size limit of 100.0 MB        
remote: error: hook declined to update refs/heads/master        
To [email protected]:timtian008/Huanxin_CustomerDemo.git
 ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to ‘[email protected]:timtian008/Huanxin_CustomerDemo.git‘
Completed with errors, see above

对于普通用户码云单个仓库限制为1G,单个文件限制100M。如果超过限制,您的代码将无法推送,我们提供的只是代码托管平台, 
不是网盘,二进制文件请勿存放在码云,我们会不定期执行仓库大小扫描,如果发现你您的仓库超过大小超过1G,我们会联系您处理, 
如果您15个工作日内没有处理,我们将暂停您的仓库的访问,请注意,我们只是暂停您仓库的访问,并不是删除您的仓库, 
如果您超过半年没有处理,我们将永久屏蔽该仓库的访问. 
如果用户仓库提交超过 1GB,请在本地减小仓库体积后清空远程仓库,重新推送到远程服务器即可.这一策略适用与大文件. 
企业用户能够支持更大体积的仓库。

以上是关于码云source tree 提交超过100m 为什么大文件推不上去的主要内容,如果未能解决你的问题,请参考以下文章

git 超过100M文件的解决方法

Github如何上传超过100M的大文件

source tree 使用心得

为什么网线传输不超过一百米?

Git上传大文件

git添加文件个数超限制