vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Unable to use stash pane (drop, apply, pop)

Open rposborne opened this issue 3 years ago • 0 comments

GitLens Version

v12.1.2

VS Code Version

Version: 1.69.2 (Universal) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Date: 2022-07-18T16:12:57.074Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Darwin arm64 21.5.0

Git Version

git version 2.36.1

Description

  1. In the Git Stash SCM Pane
  2. Dropping a stash results in a malformed git command (applies to apply, pop, and drop)
  3. Command errors, and does not complete the requested action.

This feels like a config / git version conflict.

Logs, Screenshots, Screen Captures, etc

which git
/opt/homebrew/bin/git

Attempting to drop stash

[2022-07-20 15:11:40.899] [GIT  ] [/Users/rposborne/code/pyHomebase] git stash drop stash@{0} • Command failed: /opt/homebrew/bin/git -c core.quotepath=false -c color.ui=false stash drop stash@{0} • 30 ms

[2022-07-20 15:11:40.899] Drop Stash
Error: Command failed: /opt/homebrew/bin/git -c core.quotepath=false -c color.ui=false stash drop stash@{0}
image

rposborne avatar Jul 20 '22 15:07 rposborne