github 上传大文件
git lfs install #安装lfs大文件扩展
git lfs track 'pdf/*.pdf' #以pdf文件为例
git add .gitattributes #跟踪git属性文件
git add . #添加所有文件
git commit -m '修改名' #提交修改
git push origin iteblog #推送
- 在提交后会报错
Remote "origin" does not support the LFS locking API. Consider disabling it with:
$ git config lfs.https://github.com/xxxxx false
- 再使用git提示命令
git config lfs.http://github.com/xxxxxxx #git 提示您的命令