-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected a value greater than 0. Got: 0 #179
Comments
Hey @luchianenco, is it possible you do not have a If you do have a
Thanks. |
I've encountered the problem too. The problem for me was, that you have to be in the folder, where your .git folder is. Given you have source codes in /home/example/(.git, src), you have to be in /home/example/ in order to run churn run src successfully. :) I hope this helps someone. Nice project btw. :) |
Mine project use svn,so how should i do make it works ,thanks!!!!!! |
Sorry @saikillua98 - SVN is not supported, only git. See https://github.com/bmitch/churn-php#compatibility |
Maybe we can add another optional parameter for path to directory which contain I think it may be pretty simple to fix using Or we even can check |
@ilyachase those sound like good ideas. I'm open to pull requests. Currently I do not have much time to work on it unfortunately. |
Installed the package, my code is in src folder. Executed the command
and got the error
What is wrong?
The text was updated successfully, but these errors were encountered: