Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 22a404b

Browse files
authored
Clarify questions for users
1 parent e26c0de commit 22a404b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/git-failure-due-to-authentication.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ assignees: ''
88
---
99

1010
**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.
1212
<!-- Ex: 1.18.1, 1.18.2, etc.. -->
1313

1414
**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)
1817
* [ ] GitHub
18+
* [ ] GitHub Enterprise
1919
* [ ] Bitbucket
2020
* [ ] Other? - please describe;
2121

@@ -24,10 +24,14 @@ You can see the GCM version by setting the env variable GCM_TRACE=1 and performi
2424
* [ ] dev.azure.com/org
2525
* [ ] org.visualstudio.com
2626

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:
3031

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.
3135

3236
**Expected behavior**
3337
A clear and concise description of what you expected to happen (or code).

0 commit comments

Comments
 (0)