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.

3
  • I did so. I got nil. So I added "Eval: (add-to-list 'exec-path "C:/Program Files (x86)/Git/bin/git.exe")" and that didn't help either. Commented Sep 24, 2014 at 18:11
  • 5
    @Husain You need to add the directory containing the Git executable to exec-path, not the Git executable itself. For magit-git-executable, you'd need to use the path to the executable, though. Commented Sep 24, 2014 at 18:15
  • This also helps for "Searching for program: no such file or directory, git" problem. Commented Jul 14, 2015 at 12:06