windows下gitstats的安裝和使用
2. Python2 安裝完以後需要配置環境變數,例如安裝在C:\Python27 ,則在環境變數path中增加C:\Python27。 為了避免多個python衝突,把python安裝目錄下的python.exe修改為python2.exe。
可以在cmd中輸入python2 ,看是否配置成功。
3. Gnuplot 可以到https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.6/
使用 在cmd中使用python執行gitstats中的gitstats.py。 命令如下:python2 [gitstats.py路徑] [git庫路徑] [輸出結果路徑] eg: python2 E:\git\gitstats\gitstats.py E:\git\myTestGit E:\git\git_result 然後等待視窗執行完畢,在輸出結果路徑裡找index.html,開啟即可檢視詳細輸出結果。