-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Error: Failed to execute git (ENOENT) #217
Comments
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 19, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
lsq
pushed a commit
to lsq/coc-git
that referenced
this issue
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result from CocInfo
Describe the bug
When execute
function findSpecificGit(path9, onLookup)
, thecatch Error;
I have try related neoclide/coc.nvim#5225 with
shell: true
, cannot resolve the problem.Add
console.log(b.toString());
tochild.stdout.on
above callback function, the result:git version 2.47.1
And I test with code,
this is no error;
Reproduce the bug
We will close your issue when you don't provide minimal vimrc and we can't
reproduce it
mini.vim
with:coc-settings.json
Start (neo)vim with command:
vim -u ~/mini.vim package.json
Operate vim.
Screenshots (optional)
The text was updated successfully, but these errors were encountered: