上傳超過一百兆的文件到github,需要用到另外一個(gè)服務(wù) 需要安裝 git-lfs https://git-lfs.github.com/ 然后執(zhí)行以下命令 git lfs install git lfs track <fileName> git add . git commit git push