-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I fixed the config issue (see my previous issue report), and now I tried to run it, but it doesn't work.
$ gitall clone
Fetching repos from [https://api.github.com/users/XXX/repos?per_page=100]
Fetching repos from [https://api.github.com/users/YYY/repos?per_page=100]
and nothing happens.
So I've cloned couple of repositories using standard Git, and then when I run "gitall status", I am getting:
$ gitall status
events.js:141
throw er; // Unhandled 'error' event
^
Error: spawn sh ENOENT
at exports._errnoException (util.js:855:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at nextTickCallbackWith2Args (node.js:455:9)
at process._tickCallback (node.js:369:17)
at Function.Module.runMain (module.js:432:11)
at startup (node.js:141:18)
at node.js:980:3