标签:mit struct file message get nta model doc sage
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs.
Note: Please follow the instructions here(https://docs.github.com/en/free-pro-team@latest/github/managing-large-files/installing-git-large-file-storage) to install git lfs.
git lfs track "*.hdf5"
git add .gitattributes
git add file.hdf5
git commit -m "Commit message"
git push origin <commit branch>
git push a file which is larger than 5MB
标签:mit struct file message get nta model doc sage
原文地址:https://www.cnblogs.com/morganh/p/14247975.html