上传超过一百兆的文件到github,需要用到另外一个服务 需要安装 git-lfs https://git-lfs.github.com/ 然后执行以下命令 git lfs install git lfs track <fileName> git add . git commit git push