How to upload more than 100MB on Github #tutorialyoutube
GitHub has a strict file limit of 100MB. So, It's recommended to use Git Large File Storage for your use case. Git Large File Storage lets you store large files on a remote server such as GitHub.
Download & install git-lfs by placing it into your $PATH.
Run the following command once per local repository:
git lfs install
Large files can be selected by :
git lfs track '*.nc'
git lfs track '*.csv'
It will create a file named .gitattributes, and now you can perform add & commit operations as normal.
Now,
Push the files to the LFS,
Push the pointers to GitHub.
Here are the commands:
git lfs push --all origin master
git push -u origin master
If you wish to pull the repository on another device, simply install git-lfs on that device(per local repository).
💟 Donate via StreamLabs: https://bit.ly/3OWoOWN
✅Membership: https://www.youtube.com/channel/UCLweHOQSJw_kT_p1kZctCGg/join
== Copyright* Disclaimer ==
Under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. * Fair use is a use permitted by copyright statute that might otherwise be infringing.
Видео How to upload more than 100MB on Github #tutorialyoutube канала Yashvir Gaming
Download & install git-lfs by placing it into your $PATH.
Run the following command once per local repository:
git lfs install
Large files can be selected by :
git lfs track '*.nc'
git lfs track '*.csv'
It will create a file named .gitattributes, and now you can perform add & commit operations as normal.
Now,
Push the files to the LFS,
Push the pointers to GitHub.
Here are the commands:
git lfs push --all origin master
git push -u origin master
If you wish to pull the repository on another device, simply install git-lfs on that device(per local repository).
💟 Donate via StreamLabs: https://bit.ly/3OWoOWN
✅Membership: https://www.youtube.com/channel/UCLweHOQSJw_kT_p1kZctCGg/join
== Copyright* Disclaimer ==
Under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. * Fair use is a use permitted by copyright statute that might otherwise be infringing.
Видео How to upload more than 100MB on Github #tutorialyoutube канала Yashvir Gaming
How to upload more than 100Mb on Github git tutorial upload large files to git github Git LFS How to upload more than 100Mb on Github using Git LFS git lfs tutorial how to push large files in github upload large files to github Overcoming Github's 100MB upload restriction git large file storage how to upload more than 100mb on github using git lfs
Комментарии отсутствуют
Информация о видео
12 мая 2024 г. 20:30:09
00:02:36
Другие видео канала