claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

Unable to run jingo in windows environment #56

Closed joargp closed 9 years ago

joargp commented 9 years ago

node jingo -c config.yaml Output: Unrecognized git semver (1.9.4.msysgit.2)

claudioc commented 9 years ago

Hi,

the problem was about detecting the git version you're using. I didn't test for a version with 5 parts in it!

I fixed the problem in the version 1.2.4, but keep in mind that I do not test jingo on Windows, so there might be other problems that cannot be solved.

Thank you for submitting the issue!