Upload Large files on Github | Github LFS | File uploading greater than 25MB

preview_player
Показать описание
Now , this is possible to upload files which are having size more then 25Mb.
Yeah with the help of github LFS you can upload heavy files on your github repo.

For this you need to follow below steps
Install Git – LFS (if you have not installed)

then :
git lfs track ./* (to your directory where you can add files/folder)
git add .gitattributes
git add . (add all)
git status (check status of your add files)
git commit -m “large files added” (add message to your files)
git push origin main (push to your branch)
Refresh the page on github.

Thanks
Рекомендации по теме