Skip to content
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

git bash fix with go env GOMODCACHE #3064

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

bafto
Copy link
Contributor

@bafto bafto commented Mar 10, 2024

When using neovim in git bash I got this error due to the command being processed as a single string by git bash's bash.exe.
This PR fixes the Issue for me by passing the command and arguments as a table rather than as a single string.

Haven't tested it on linux though.

@bafto bafto marked this pull request as ready for review March 10, 2024 09:24
@bafto bafto requested a review from glepnir as a code owner March 10, 2024 09:24
@bafto bafto marked this pull request as draft March 10, 2024 09:31
@bafto bafto marked this pull request as ready for review March 23, 2024 07:32
@justinmk justinmk merged commit 9266dc2 into neovim:master Apr 15, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants