Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/github/docs.git
Bugs, bugs, and more bugs! π (#21496)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
23cae1862c
ΠΠΎΠΌΠΌΠΈΡ
6580de5a4e
|
@ -16,6 +16,9 @@ topics:
|
|||
- Networking
|
||||
shortTitle: Configure an outbound proxy
|
||||
---
|
||||
|
||||
## About proxies with {% data variables.product.product_name %}
|
||||
|
||||
When a proxy server is enabled for {% data variables.product.product_location %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`.
|
||||
|
||||
{% note %}
|
||||
|
@ -24,6 +27,10 @@ When a proxy server is enabled for {% data variables.product.product_location %}
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.actions.proxy-considerations %} For more information about using {% data variables.product.prodname_actions %} with {% data variables.product.prodname_ghe_server %}, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)."
|
||||
|
||||
## Configuring an outbound web proxy server
|
||||
|
||||
{% data reusables.enterprise_site_admin_settings.access-settings %}
|
||||
{% data reusables.enterprise_site_admin_settings.management-console %}
|
||||
{% data reusables.enterprise_management_console.privacy %}
|
||||
|
|
|
@ -103,6 +103,10 @@ To enable {% data variables.product.prodname_actions %} on {% data variables.pro
|
|||
|
||||
{% endif %}
|
||||
|
||||
## Networking considerations
|
||||
|
||||
{% data reusables.actions.proxy-considerations %} For more information about using a proxy with {% data variables.product.prodname_ghe_server %}, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server)."
|
||||
|
||||
{% ifversion ghes > 2.22 %}
|
||||
|
||||
## Enabling {% data variables.product.prodname_actions %} with your storage provider
|
||||
|
|
|
@ -85,7 +85,7 @@ Most of the limits below affect both {% data variables.product.product_name %} a
|
|||
|
||||
### Text limits
|
||||
|
||||
Text files over **1 MB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
|
||||
Text files over **512 KB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
|
||||
|
||||
Text files over **5 MB** are only available through their raw URLs, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/master/index.html`. Click the **Raw** button to get the raw URL for a file.
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Repositories
|
||||
intro: "Learn to use and manage the repositories that allow you to store and collaborate on your project's code."
|
||||
redirect_from:
|
||||
- /github/creating-cloning-and-archiving-repositories
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
|
|
|
@ -19,4 +19,4 @@ topics:
|
|||
3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`.
|
||||
![Latest release tag](/assets/images/help/releases/release_latest_release_tag.png)
|
||||
|
||||
To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`.
|
||||
To link directly to a download of your latest release asset that was manually uploaded, link to `/owner/name/releases/latest/download/asset-name.zip`.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
If {% data variables.product.prodname_actions %} is enabled for your enterprise, only HTTP proxies are supported. SOCK5 and HTTPS proxies and Polipo are not supported.
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅