banner
Silas

REAO

Be a better man
github

使用Git lfs支援大於100M的大檔案push

發現大於 100M 的文件,在 push 的時候會失敗

圖片

得使用 git lfs 才能行。

下面是 mac 上的操作流程

brew install git-lfs

如果在 git lfs track 之前,就使用git add過這個大文件,可能會無效。我這裡直接把.git 刪除了,重新搞的。

git init
git lfs install
git lfs track 0/wsgw.apk
git add .
git commit -m "first commit"

注意:保證.gitattributes 被 add

圖片

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。