[FAQ] Large files detected. You may want to try Git Large File Storage

通过llama.cpp与羊驼聊天的网页界面- 详解 Serge 的启动使用

 

Git 提交文件大于 100M 时提示需要使用 Git LFS。

 

Ubuntu 安装示例:

$ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
$ sudo apt-get install git-lfs
$ git lfs install

 

开始追踪大文件:

git lfs track "*.sql"
git add -A

 

Refer:Git Large File Storage

Doc:https://git-lfs.github.com

Link:https://www.cnblogs.com/farwish/p/13157555.html

posted on 2020-06-18 14:53  ercom  阅读(676)  评论(0编辑  收藏  举报