GeekEast / blog_comment

0 stars 0 forks source link

Github Push Large files | 雪中印 #186

Open GeekEast opened 4 years ago

GeekEast commented 4 years ago

https://geekeast.github.io/Developer/cicd/git/gitlfs.html

Install git lfs 12# mac上安装brew install git-lfs Git init 必须在git repo中使用git lfs 123git lfs installgit init# git add -A Track file 在push大文件前,要手动track这些文件 123git lfs track "bigfile.suffix"git lfs t