Setup
- Which version of
microsoft/git are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.38.1.vfs.0.0
cpu: x86_64
built from commit: 0de34d54680002380b4e1adad74db64a34e03053
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
Are you using Scalar or VFS for Git?
scalar
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.22623.875]
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
CMD
- What did you expect to occur after running these commands?
Creation of a diagnose zip file
- What actually happened instead?
Error-out about lack of perms. An empty .zip file is actually created at the path. I have reproed this on 5+ user's machines and all have errored in the same way. Trying to run from different directories, mucking with permission manually and from elevated and non-elevated cmd prompts all seem to produce a similar error:
Available space on 'E:/': 115.27 GiB
error: could not read 'E:\.scalarCache/id_ba47400f-eebe-4850-a8bf-ef694ef81414/info': Permission denied
fatal: unable to create diagnostics archive E:/ON16G/src/.scalarDiagnostics/git-diagnostics-20221027_101015.zip: Permission denied
Collecting diagnostic info
I am only able to repro this on a clone of Office Monorepo. I did a fresh clone of a normal repo (no gvfs config or sparse) and a fresh clone of the Office Monorepo (to eliminate potential perm issues arising from environment most office devs work from) in the same containing directory. I was able to run scalar diagnose in the normal repo successfully but not in the Office Repo. I don't know if that means this only manifests in sparse checkouts only or if there is something in the gvfs config for OMR that the most recent version dislikes. Regardless, nothing has changed in respect to the config for Office Monorepo sparse settings recently and older versions of microsoft/git are still able to run scalar diagnose properly.
or closed issue matching
what I'm seeing, including in the
git-for-windows/gittracker.Setup
microsoft/gitare you using? Is it 32-bit or 64-bit?Are you using Scalar or VFS for Git?
scalar
Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Creation of a diagnose zip file
Error-out about lack of perms. An empty .zip file is actually created at the path. I have reproed this on 5+ user's machines and all have errored in the same way. Trying to run from different directories, mucking with permission manually and from elevated and non-elevated cmd prompts all seem to produce a similar error:
I am only able to repro this on a clone of Office Monorepo. I did a fresh clone of a normal repo (no gvfs config or sparse) and a fresh clone of the Office Monorepo (to eliminate potential perm issues arising from environment most office devs work from) in the same containing directory. I was able to run scalar diagnose in the normal repo successfully but not in the Office Repo. I don't know if that means this only manifests in sparse checkouts only or if there is something in the gvfs config for OMR that the most recent version dislikes. Regardless, nothing has changed in respect to the config for Office Monorepo sparse settings recently and older versions of microsoft/git are still able to run scalar diagnose properly.
If the problem was occurring with a specific repository, can you specify
the repository?