You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/git-failure-due-to-authentication.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ assignees: ''
8
8
---
9
9
10
10
**Which Version of GCM are you using ?**
11
-
You can see the GCM version by setting the env variable GCM_TRACE=1 and performing a command.
11
+
From a command prompt, run ``git credential-manager version``and paste the output.
12
12
<!-- Ex: 1.18.1, 1.18.2, etc.. -->
13
13
14
14
**Which service are you trying to connect to**
15
-
* Azure Devops
16
-
*[ ] Hosted
17
-
*[ ] On-Prem
15
+
*[ ] Azure DevOps
16
+
*[ ] Azure DevOps Server (TFS/on-prem)
18
17
*[ ] GitHub
18
+
*[ ] GitHub Enterprise
19
19
*[ ] Bitbucket
20
20
*[ ] Other? - please describe;
21
21
@@ -24,10 +24,14 @@ You can see the GCM version by setting the env variable GCM_TRACE=1 and performi
24
24
*[ ] dev.azure.com/org
25
25
*[ ] org.visualstudio.com
26
26
27
-
**If AzureDevops, make sure verified that you can access the webpage of the remote url in browser. Also double check that if you've been presented with an account picker you've selected the same one you used to access the webpage**
28
-
*[ ] Yes, I've done both of these things
29
-
*[ ] Other? - please describe;
27
+
**If you're using Azure DevOps, can you access the repository in the browser via the same URL?**
28
+
*[ ] Yes
29
+
*[ ] No, I get a permission error.
30
+
*[ ] No, for a different reason:
30
31
32
+
**If you're using Azure DevOps, and the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web.**
33
+
*[ ] I only see one identity.
34
+
*[ ] I checked each and none worked.
31
35
32
36
**Expected behavior**
33
37
A clear and concise description of what you expected to happen (or code).
0 commit comments