|
1 |
| - - [ ] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what I'm seeing |
| 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). |
2 | 4 |
|
3 | 5 | ### Setup
|
4 | 6 |
|
5 |
| - - Which version of Git for Windows are you using? Is it 32-bit or 64-bit? |
| 7 | + - Which version of `microsoft/git` are you using? Is it 32-bit or 64-bit? |
6 | 8 |
|
7 | 9 | ```
|
8 | 10 | $ git --version --build-options
|
9 | 11 |
|
10 | 12 | ** insert your machine's response here **
|
11 | 13 | ```
|
12 | 14 |
|
13 |
| - - Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit? |
| 15 | +Are you using Scalar or VFS for Git? |
| 16 | + |
| 17 | +** insert your answer here ** |
| 18 | + |
| 19 | +If VFS for Git, then what version? |
14 | 20 |
|
15 | 21 | ```
|
16 |
| -$ cmd.exe /c ver |
| 22 | +$ gvfs version |
17 | 23 |
|
18 | 24 | ** insert your machine's response here **
|
19 | 25 | ```
|
20 | 26 |
|
21 |
| - - What options did you set as part of the installation? Or did you choose the |
22 |
| - defaults? |
| 27 | + - Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit? |
23 | 28 |
|
24 | 29 | ```
|
25 |
| -# One of the following: |
26 |
| -> type "C:\Program Files\Git\etc\install-options.txt" |
27 |
| -> type "C:\Program Files (x86)\Git\etc\install-options.txt" |
28 |
| -> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt" |
29 |
| -> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt" |
30 |
| -$ cat /etc/install-options.txt |
| 30 | +$ cmd.exe /c ver |
31 | 31 |
|
32 | 32 | ** insert your machine's response here **
|
33 | 33 | ```
|
@@ -58,7 +58,11 @@ $ cat /etc/install-options.txt
|
58 | 58 |
|
59 | 59 | ** insert here **
|
60 | 60 |
|
61 |
| - - If the problem was occurring with a specific repository, can you provide the |
62 |
| - URL to that repository to help us with testing? |
| 61 | + - If the problem was occurring with a specific repository, can you specify |
| 62 | + the repository? |
63 | 63 |
|
64 |
| -** insert URL here ** |
| 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