From 3a01b5f9e15028bb1ccd3574ec13f4919e0e670d Mon Sep 17 00:00:00 2001 From: Bishwa Date: Tue, 6 Jul 2021 00:10:13 +0530 Subject: [PATCH 1/3] Update updating-credentials-from-the-macos-keychain.md --- .../updating-credentials-from-the-macos-keychain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md index 241ff36b6279..2ea902d97cb2 100644 --- a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md +++ b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md @@ -21,7 +21,7 @@ shortTitle: macOS Keychain credentials ![Spotlight Search bar](/assets/images/help/setup/keychain-access.png) 2. In Keychain Access, search for **{% data variables.command_line.backticks %}**. 3. Find the "internet password" entry for `{% data variables.command_line.backticks %}`. -4. Edit or delete the entry accordingly. +4. Edit or delete the entry accordingly. (In case of edit, use the token as the password.) ## Deleting your credentials via the command line From c040cde1de3c4485e9d4dffdbe34aa6d3116a726 Mon Sep 17 00:00:00 2001 From: Bishwa Date: Tue, 6 Jul 2021 00:14:30 +0530 Subject: [PATCH 2/3] Update updating-credentials-from-the-macos-keychain.md --- .../updating-credentials-from-the-macos-keychain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md index 2ea902d97cb2..f7a659d8741e 100644 --- a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md +++ b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md @@ -21,7 +21,7 @@ shortTitle: macOS Keychain credentials ![Spotlight Search bar](/assets/images/help/setup/keychain-access.png) 2. In Keychain Access, search for **{% data variables.command_line.backticks %}**. 3. Find the "internet password" entry for `{% data variables.command_line.backticks %}`. -4. Edit or delete the entry accordingly. (In case of edit, use the token as the password.) +4. Edit or delete the entry accordingly (In case of edit, replace the existing password with the generated token). ## Deleting your credentials via the command line From 30693b0a624e3542857b832a06eb7a71f333a615 Mon Sep 17 00:00:00 2001 From: Bishwa Date: Tue, 6 Jul 2021 09:13:38 +0530 Subject: [PATCH 3/3] Update updating-credentials-from-the-macos-keychain.md --- .../updating-credentials-from-the-macos-keychain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md index f7a659d8741e..e9f951ed29af 100644 --- a/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md +++ b/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md @@ -34,7 +34,7 @@ protocol=https > [Press Return] ``` -If it's successful, nothing will print out. To test that it works, try and clone a private repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted. +If it's successful, nothing will print out. To test that it works, try and clone or push to a private repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted. ## Further reading