美文网首页
Large files detected.关于github上传

Large files detected.关于github上传

作者: 未知的远方 | 来源:发表于2017-06-19 11:00 被阅读221次

    @ http://jingpin.jikexueyuan.com/article/36116.html

    remote: error: GH001: Large files detected.
    remote: error: Trace: 7b7de6b9372ee392e0f3961b05ea6f33
    remote: error: See http://git.io/iEPt8g for more information.

    当你push50M以上的文件时github将会警告,当push100M以上文件,就直接拒绝你的push,要想push必须把该文件从本地仓库和远程仓库全部移除掉

    cd /Users/Dora/Desktop/XXX
    git rm --cached /Users/Dora/Desktop/XXX/XXX/libbaiduNaviSDK.a
    git commit --amend -CHEAD

    有问题,看连接,

    相关文章

      网友评论

          本文标题: Large files detected.关于github上传

          本文链接:https://www.haomeiwen.com/subject/jprgqxtx.html