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

  • 相关阅读:
    2019暑假中山纪中集训游记
    pytest入门学习(1)
    学习makefile与autoconfig笔记,持续更新
    新手安装 hadoop、hive和hbase 笔记
    新装ubuntu 12.04 , 使用技巧
    JDK1.7 和 jetty配置教程
    python成长之路一
    IDM下载神器
    测试
    Hadoop命令
  • 原文地址:https://www.cnblogs.com/didiaoxiong/p/9146012.html
Copyright © 2020-2023  润新知