Загрузка...

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
Яндекс.Метрика

На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.

Об использовании CookiesПринять