Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Maybe a trivial question, but is git in $PATH? IOW, if you open Windows terminal and execute git --help, do you see a git help message? Commented Jan 16 at 22:37
  • @Hi-Angel Yes, git version 2.47.1.windows.1 Commented Jan 17 at 7:15
  • I looked at the code, and I see it seem to be also using bash. Do you have bash in $PATH as well? And btw, please check *Messages* buffer for warnings or errors, I presume it should have something on the matter. Commented Jan 17 at 7:42
  • @Hi-Angel In my $PATH I has path to bash.exe - c:\Program Files\Git\bin Commented Jan 17 at 9:33