github this exceeds GitHub‘s file size limit of 100.00 MB解决办法

  • Post author:
  • Post category:其他


解决办法:

使用 Git LFS上传大文件

sudo apt-get install git-lfs
git lfs install
git lfs track 文件
git add .gitattributes
git commit -m "add gitattributes"
git push
git add 文件
git  commit -m "something"
git push

如果还有问题,检查文件权限,改成775再试一次



版权声明:本文为we1583004we原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。