Describe the Bug
using editor: lazygit doesn't launch lazygit.
To Reproduce
- use
lazygit as editor.
- run the tui.
- seelct a repo and press enter. nothing happens.
- close the tui.
- the lazygit log shows:
2026/05/09 22:37:34 Invalid git arg value: 'C:\Users\<username>\repos\<repo_name>'. Must be one of the following values: status, branch, log, stash. e.g. 'lazygit status'. See 'lazygit --help'.
Expected Behavior
open the repo in lazygit
Environment
- OS: Windows 11 Pro
- git-scope version:
v1.0.1 not sure why --version doesn't show the 1.3.1 version which is installed.
- installed via scoop:
scoop install git-scope@1.3.1
- Terminal: Wezterm
Additional Context
if i pass the --path to the lazygit command, it opens lazygit on the first repo i press enter, but exiting lazygit and pressing enter on another repo doesn't do anything again.
editor: lazygit --path or editor: 'lazygit --path'
Describe the Bug
using
editor: lazygitdoesn't launch lazygit.To Reproduce
lazygitas editor.2026/05/09 22:37:34 Invalid git arg value: 'C:\Users\<username>\repos\<repo_name>'. Must be one of the following values: status, branch, log, stash. e.g. 'lazygit status'. See 'lazygit --help'.Expected Behavior
open the repo in lazygit
Environment
v1.0.1not sure why--versiondoesn't show the1.3.1version which is installed.scoop install git-scope@1.3.1Additional Context
if i pass the
--pathto the lazygit command, it opens lazygit on the first repo i press enter, but exiting lazygit and pressing enter on another repo doesn't do anything again.editor: lazygit --pathoreditor: 'lazygit --path'