You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed spacemacs. I ran into issue #4367 so I put (add-to-list 'exec-path "C:/Program Files (x86)/Git/bin")
in my (defun dotspacemacs/user-init () as I didn't want to put git in my PATH.
I now get the following error: error in process sentinel: async-handle-result: Searching for program: no such file or directory, git error in process sentinel: Searching for program: no such file or directory, git
brabalan commented on Oct 15, 2015 @justbur I did not know of async till yesterday, and it seems we have to worry about it anyway (as in: any use of a variable defined outside of the async should be injected).
as in maybe the value of exec-path has to also be "injected"?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Description
Just installed spacemacs. I ran into issue #4367 so I put
(add-to-list 'exec-path "C:/Program Files (x86)/Git/bin")
in my
(defun dotspacemacs/user-init ()
as I didn't want to put git in my PATH.I now get the following error:
error in process sentinel: async-handle-result: Searching for program: no such file or directory, git error in process sentinel: Searching for program: no such file or directory, git
Is this related to issue #3390 ?
as in maybe the value of
exec-path
has to also be "injected"?System Info
The text was updated successfully, but these errors were encountered: