如何在GitHub上傳大檔案?
安裝 Git LFS
https://git-lfs.github.com/
指令
#下載安裝Git LFS後,使用以下指令初始化
git lfs installgit lfs track "*.psd" #將PhotoShop的psd檔案進行trackgit add .gitattributes git add file.psd
git commit -m "Add design file"
git push origin main
安裝 Git LFS
https://git-lfs.github.com/
指令
#下載安裝Git LFS後,使用以下指令初始化
git lfs installgit lfs track "*.psd" #將PhotoShop的psd檔案進行trackgit add .gitattributes git add file.psd
git commit -m "Add design file"
git push origin main
Machine Learning / Deep Learning / Python / Flutter cakeresume.com/yanwei-liu