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
When trying to run git difftool, it results in the following error
git difftool
error: cannot spawn git-difftool--helper: No such file or directory
When looking in node_modules/dugite/git/mingw64/libexec/git-core there's no git-difftool--helper
node_modules/dugite/git/mingw64/libexec/git-core
git-difftool--helper
This is using the latest release of dugite on windows. I started following the trail into dugite-native, checking to see if this is a known issue.
The text was updated successfully, but these errors were encountered:
It's the upstream MinGit that it's missing from. Verified that it's not there in the latest MinGit release either https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/MinGit-2.43.0-64-bit.zip
Sorry, something went wrong.
No branches or pull requests
When trying to run
git difftool
, it results in the following errorWhen looking in
node_modules/dugite/git/mingw64/libexec/git-core
there's nogit-difftool--helper
This is using the latest release of dugite on windows.
I started following the trail into dugite-native, checking to see if this is a known issue.
The text was updated successfully, but these errors were encountered: