From 8bbf64fc5f944727659b839d787f6cb2b6160e04 Mon Sep 17 00:00:00 2001 From: Pierre B Date: Wed, 18 Aug 2021 08:51:34 -0400 Subject: [PATCH] Update caching-your-github-credentials-in-git.md (#9046) --- .../caching-your-github-credentials-in-git.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md b/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md index 81f7bdfe48..c334bebc3e 100644 --- a/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md +++ b/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md @@ -61,6 +61,12 @@ Once you've authenticated successfully, your credentials are stored in the Windo {% endwarning %} +{% warning %} + +**Warning:** If you cached incorrect or outdated credentials in Credential Manager for Windows, Git will fail to access {% data variables.product.product_name %}. To reset your cached credentials so that Git prompts you to enter your credentials, access the Credential Manager in the Windows Control Panel under User Accounts > Credential Manager. Look for the {% data variables.product.product_name %} entry and delete it. + +{% endwarning %} + {% endwindows %} {% linux %}