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

2017年01月12日 16:50:51

阅读数:7634
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,请在本地减小仓库体积后清空远程仓库,重新推送到远程服务器即可.这一策略适用与大文件. 
企业用户能够支持更大体积的仓库。

05-20 18:28