Last updated on

Github 打破100MB限制


安裝 https://git-lfs.github.com/

git lfs install

git lfs track “*.txt”

git add .gitattributes

git add file.txt

git commit -m ‘upload over 100mb :D’

git push origin main

git lfs install 僅需首次使用時運行

git lfs track 檔名 或 附檔名, 例如: “file.txt”, “*.txt”

git push origin branche名稱, 一般為main或master