美文网首页
git上传超过100m大文件

git上传超过100m大文件

作者: 羊肉泡馍啊 | 来源:发表于2020-12-29 11:15 被阅读0次

    当必须上传大文件时。需借助git-fls
      下载地址:https://git-lfs.github.com/
    在Mac电脑上先安装:
    Homebrew: brew install git-lfs

    使用方式:

    (1)在项目目录git lfs install。

    (2)git lfs track '.文件后缀'。

    (3)git add .gitattributes。

    (4)配置完成后就可按照平时git方式使用。

    相关文章

      网友评论

          本文标题:git上传超过100m大文件

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