1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/translations/ru-RU/content/github/managing-large-files/distributing-large-binaries.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

959 B

title, intro, redirect_from, versions
title intro redirect_from versions
Distributing large binaries Some projects require distributing large files, such as binaries or installers, in addition to distributing source code.
/articles/distributing-large-binaries
free-pro-team enterprise-server github-ae
* * *

If you need to distribute large files within your repository, you can create releases on {% data variables.product.product_location %}. Releases allow you to package software, release notes, and links to binary files, for other people to use. For more information, visit "About releases."

{% if currentVersion == "free-pro-team@latest" %}

We don't limit the total size of the binary files in the release or the bandwidth used to deliver them. However, each individual file must be smaller than {% data variables.large_files.max_lfs_size %}.

{% endif %}

{% data reusables.large_files.use_lfs_tip %}