1
0
mirror of synced 2025-12-22 11:26:57 -05:00

[GHAE] Correct information about public repositories in Core content about GitHub AE (#16304)

This commit is contained in:
Matt Pollard
2020-11-20 13:01:43 +01:00
committed by GitHub
parent 6380ff9fb1
commit a05a363223
67 changed files with 340 additions and 197 deletions

View File

@@ -3,7 +3,7 @@ title: Which remote URL should I use?
redirect_from:
- /articles/which-url-should-i-use/
- /articles/which-remote-url-should-i-use
intro: 'There are several ways to clone repositories available on {% data variables.product.prodname_dotcom %}.'
intro: 'There are several ways to clone repositories available on {% data variables.product.product_location %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -16,7 +16,7 @@ For information on setting or changing your remote URL, see "[Changing a remote'
### Cloning with HTTPS URLs
The `https://` clone URLs are available on all repositories, public and private. These URLs work even if you are behind a firewall or proxy.
The `https://` clone URLs are available on all repositories, regardless of visibility. `https://` clone URLs work even if you are behind a firewall or proxy.
When you `git clone`, `git fetch`, `git pull`, or `git push` to a remote repository using HTTPS URLs on the command line, Git will ask for your {% data variables.product.product_name %} username and password. {% data reusables.user_settings.password-authentication-deprecation %}