1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update https-cloning-errors.md

Partially fixes #429
This commit is contained in:
Arthur Casals
2020-10-15 13:38:02 +02:00
committed by GitHub
parent b304d28250
commit bcd50bb5c4

View File

@@ -72,7 +72,7 @@ When prompted for a username and password, make sure you use an account that has
{% tip %}
**Tip**: If you don't want to enter your credentials every time you interact with the remote repository, you can turn on [credential caching](/github/using-git/caching-your-github-credentials-in-git).
**Tip**: If you don't want to enter your credentials every time you interact with the remote repository, you can turn on [credential caching](/github/using-git/caching-your-github-credentials-in-git). If you are already using credential caching, please make sure that your computer does not have any incorrect or out of date credentials cached that are causing authentication to fail.
{% endtip %}