码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-06-06 18:28:23      阅读:792      评论:0      收藏:0      [点我收藏+]

标签:大小   type   top   2017年   用户   word   TE   log   failed   

码云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 git@git.oschina.net: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 git@git.oschina.net:timtian008/Huanxin_CustomerDemo.git
 ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to ‘git@git.oschina.net:timtian008/Huanxin_CustomerDemo.git‘
Completed with errors, see above

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

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

标签:大小   type   top   2017年   用户   word   TE   log   failed   

原文地址:https://www.cnblogs.com/didiaoxiong/p/9146012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!