[GHAE] Correct information about public repositories in Core content about GitHub AE (#16304)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user