-
Notifications
You must be signed in to change notification settings - Fork 486
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
Unable to install gitstats on macOS #102
Comments
Indeed, Homebrew won't help you here, since Python 2 is deprecated, see: On a recent version of macOS, you will need to:
|
The installation provided by brew is outdated, so it is recommended to install it locally and then install the relevant dependencies.
After the above is completed, execute: $ ./gitstats /mnt/src/git/project ~/public_html/project
(go grab a cup of coffee if it's a large project :)
$ sensible-browser ~/public_html/project/index.html Have a good time ~ |
If you are still interested, you may try my new repo: https://github.com/lsk569937453/git-statistic There is a readme file. |
Folloing instructions from http://gitstats.sourceforge.net/, I tried to install
gitstats
with commandBut got this error:
Related issue:
https://github.com//issues/55The text was updated successfully, but these errors were encountered: