Skip to content

Commit 793a74c

Browse files
authored
Merge pull request #563 from mjcheetham/wsl-trace-template
Update issue template for WSL tracing
2 parents e2f291b + b1d002c commit 793a74c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/ISSUE_TEMPLATE/auth-problem.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,10 @@ A clear and concise description of what happens. For example: exception is throw
6363
**Logs**
6464

6565
Set the environment variables `GCM_TRACE=1` and `GIT_TRACE=1` and re-run your Git command. Review and redact any private information and attach the log.
66+
67+
If you are running inside of Windows Subsystem for Linux (WSL), you must also set an additional environment variable to enable tracing: `WSLENV=$WSLENV:GCM_TRACE`.
68+
For example:
69+
70+
```shell
71+
WSLENV=$WSLENV:GCM_TRACE:GIT_TRACE GCM_TRACE=1 GIT_TRACE=1 git fetch
72+
```

.github/ISSUE_TEMPLATE/experimental.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88

99
**Which version of GCM are you using?**
1010

11-
From a terminal, run `git-credential-manager-core --version` and paste the output.
11+
From a terminal, run `git credential-manager-core --version` and paste the output.
1212

1313
<!-- Ex:
1414
Git Credential Manager version 2.0.8-beta+e1f8492d04 (macOS, .NET Core 4.6.27129.04)
@@ -63,3 +63,10 @@ A clear and concise description of what happens. For example: exception is throw
6363
**Logs**
6464

6565
Set the environment variables `GCM_TRACE=1` and `GIT_TRACE=1` and re-run your Git command. Review and redact any private information and attach the log.
66+
67+
If you are running inside of Windows Subsystem for Linux (WSL), you must also set an additional environment variable to enable tracing: `WSLENV=$WSLENV:GCM_TRACE`.
68+
For example:
69+
70+
```shell
71+
WSLENV=$WSLENV:GCM_TRACE:GIT_TRACE GCM_TRACE=1 GIT_TRACE=1 git fetch
72+
```

0 commit comments

Comments
 (0)