Skip to content

Commit 79c31fd

Browse files
authored
HTTPS repositories: user/pass only required for private repos (#35899)
Signed-off-by: Dan Mick <[email protected]>
1 parent 1aa50eb commit 79c31fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/getting-started-with-git/about-remote-repositories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For information on setting or changing your remote URL, see [AUTOTITLE](/get-sta
5252

5353
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.
5454

55-
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 %}
55+
When you `git clone`, `git fetch`, `git pull`, or `git push` to a private 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 %}
5656

5757
{% data reusables.command_line.provide-an-access-token %}
5858

0 commit comments

Comments
 (0)