美文网首页
解决git大文件不能提交

解决git大文件不能提交

作者: Jack_XY | 来源:发表于2017-07-21 10:13 被阅读0次

    执行以下命令即可

    git rm --cached 文件名字
    git commit --amend -CHEAD
    git push

    相关文章

      网友评论

          本文标题:解决git大文件不能提交

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