Skip to content

Commit

Permalink
HTTPS repositories: user/pass only required for private repos (github…
Browse files Browse the repository at this point in the history
…#35899)

Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
dmick authored Jan 10, 2025
1 parent 1aa50eb commit 79c31fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For information on setting or changing your remote URL, see [AUTOTITLE](/get-sta

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 %}
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 %}

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

Expand Down

0 comments on commit 79c31fd

Please sign in to comment.