We cannot upload files larger than 50MB to Github.
However, we can use LFS to upload.
Steps:
1. In Mac use:
brew install git-lfs
2. Then use the command:
git lfs install
3. Use the command:
git lfs track "*.sqlite"
4.
git lfs push --all origin main
5.
git add .
6.
git commit -m "xxx"
7.
git push
Comments
Post a Comment