|
| 1 | + - [ ] I was not able to find an [open](https://github.com/microsoft/git/issues?q=is%3Aopen) |
| 2 | + or [closed](https://github.com/microsoft/git/issues?q=is%3Aclosed) issue matching |
| 3 | + what I'm seeing, including in [the `git-for-windows/git` tracker](https://github.com/git-for-windows/git/issues). |
| 4 | + |
| 5 | +### Setup |
| 6 | + |
| 7 | + - Which version of `microsoft/git` are you using? Is it 32-bit or 64-bit? |
| 8 | + |
| 9 | +``` |
| 10 | +$ git --version --build-options |
| 11 | +
|
| 12 | +** insert your machine's response here ** |
| 13 | +``` |
| 14 | + |
| 15 | +Are you using Scalar or VFS for Git? |
| 16 | + |
| 17 | +** insert your answer here ** |
| 18 | + |
| 19 | +If VFS for Git, then what version? |
| 20 | + |
| 21 | +``` |
| 22 | +$ gvfs version |
| 23 | +
|
| 24 | +** insert your machine's response here ** |
| 25 | +``` |
| 26 | + |
| 27 | + - Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit? |
| 28 | + |
| 29 | +``` |
| 30 | +$ cmd.exe /c ver |
| 31 | +
|
| 32 | +** insert your machine's response here ** |
| 33 | +``` |
| 34 | + |
| 35 | + - Any other interesting things about your environment that might be related |
| 36 | + to the issue you're seeing? |
| 37 | + |
| 38 | +** insert your response here ** |
| 39 | + |
| 40 | +### Details |
| 41 | + |
| 42 | + - Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other |
| 43 | + |
| 44 | +** insert your response here ** |
| 45 | + |
| 46 | + - What commands did you run to trigger this issue? If you can provide a |
| 47 | + [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) |
| 48 | + this will help us understand the issue. |
| 49 | + |
| 50 | +``` |
| 51 | +** insert your commands here ** |
| 52 | +``` |
| 53 | + - What did you expect to occur after running these commands? |
| 54 | + |
| 55 | +** insert here ** |
| 56 | + |
| 57 | + - What actually happened instead? |
| 58 | + |
| 59 | +** insert here ** |
| 60 | + |
| 61 | + - If the problem was occurring with a specific repository, can you specify |
| 62 | + the repository? |
| 63 | + |
| 64 | + * [ ] Public repo: **insert URL here** |
| 65 | + * [ ] Windows monorepo |
| 66 | + * [ ] Office monorepo |
| 67 | + * [ ] Other Microsoft-internal repo: **insert name here** |
| 68 | + * [ ] Other internal repo. |
0 commit comments