We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I spotted the same issue as here #3133 trying to stash file that I have no permissions to access.
16.3.3
Version: 1.94.1 Commit: e10f2369d0d9614a452462f2e01cdc4aa9486296 Date: 2024-10-05T05:44:32.189Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.8.0-40-generic
git version 2.43.0
2025-03-29 14:13:04.502 [info] [2025-03-29 13:13:04.435] [GIT *6165ms] [/home/ivan/libjxl] git stash push --include-untracked -m 1 --pathspec-from-file=- --pathspec-file-nul -- [*6165ms] (slow) [2025-03-29 13:13:04.435] Push Stash Error: Command failed: /usr/bin/git -c core.quotepath=false -c color.ui=false stash push --include-untracked -m 1 --pathspec-from-file=- --pathspec-file-nul -- error: open("perf.data"): Permission denied fatal: Unable to process path perf.data Cannot save the untracked files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I spotted the same issue as here
#3133
trying to stash file that I have no permissions to access.
GitLens Version
16.3.3
VS Code Version
Version: 1.94.1
Commit: e10f2369d0d9614a452462f2e01cdc4aa9486296
Date: 2024-10-05T05:44:32.189Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Linux x64 6.8.0-40-generic
Git Version
git version 2.43.0
Logs, Screenshots, Screen Captures, etc
2025-03-29 14:13:04.502 [info] [2025-03-29 13:13:04.435] [GIT *6165ms] [/home/ivan/libjxl] git stash push --include-untracked -m 1 --pathspec-from-file=- --pathspec-file-nul -- [*6165ms] (slow)
[2025-03-29 13:13:04.435] Push Stash
Error: Command failed: /usr/bin/git -c core.quotepath=false -c color.ui=false stash push --include-untracked -m 1 --pathspec-from-file=- --pathspec-file-nul --
error: open("perf.data"): Permission denied
fatal: Unable to process path perf.data
Cannot save the untracked files
The text was updated successfully, but these errors were encountered: