Skip to content

Commit 3a8016c

Browse files
authored
Updates from editor
1 parent 6cce101 commit 3a8016c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/azure/devops/git-clone-push-operation-failing-devops-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: HaiyingYu
55
ms.author: haiyingyu
66
ms.reviewer: kirt, jarrettr
77
ms.topic: troubleshooting
8-
ms.date: 03/18/2025
8+
ms.date: 03/20/2025
99
ms.service: azure-devops
1010
ms.custom: sap:Repos
1111
---
@@ -138,7 +138,7 @@ To resolve the authentication error or credentials cache issues, begin by follow
138138

139139
1. Open Control Panel and select **User Accounts** > **Credential Manager**.
140140
1. Select **Windows Credentials**.
141-
1. Look for entries related to `git:https://dev.azure.com/<orgname>` or your Git provider and manage them. (for github, it will be like `git:https://github.com/`)
141+
1. Look for entries related to `git:https://dev.azure.com/<orgname>` or your Git provider and manage them. For github, it's like `git:https://github.com/`.
142142

143143
- Using command line:
144144

@@ -154,7 +154,7 @@ To resolve the authentication error or credentials cache issues, begin by follow
154154

155155
- `git credential approve https://dev.azure.com/<orgname>` to approve the credentials.
156156

157-
This command is used to manually store and approve credentials for future use, which ensures that you won't be prompted for credentials each time
157+
This command is used to manually store and approve credentials for future use, which ensures that you won't be prompted for credentials each time.
158158

159159
1. Perform the cloning operation to verify if the issue is resolved.
160160

0 commit comments

Comments
 (0)