From bcd50bb5c47ff7e70e9eadf8e0390df65cf486b1 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Thu, 15 Oct 2020 13:38:02 +0200 Subject: [PATCH 1/2] Update https-cloning-errors.md Partially fixes #429 --- .../https-cloning-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md index 5dbc98f75bcb..c8999bf3d017 100644 --- a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md +++ b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md @@ -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 %} From 92e8c5174290ef524f9a11c04ef9c5329e010607 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Wed, 21 Oct 2020 20:19:41 +0200 Subject: [PATCH 2/2] Update content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md Added suggested changes Co-authored-by: Felicity Chapman --- .../https-cloning-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md index c8999bf3d017..c9b89a3790ec 100644 --- a/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md +++ b/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md @@ -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). 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. +**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 has the correct credentials cached. Incorrect or out of date credentials will cause authentication to fail. {% endtip %}