相关疑难解决方法(0)

如何在Windows中使用gitstats和git时修复错误

我正在学习如何使用gitstats使用git创建报告.所以我下载并安装了Git-1.8.1.2-preview20130201.exe,python-2.6.2.msi,gp463-win32-setup.exe(gnuplot)和克隆的gitstats

来自http://gitstats.com/.我还将我的git,python,gnuplot,gitstats添加到我的PATH中.然后我创建了一个名为repo1的名为"Git Bash"的存储库.但是当我输入命令来创建

报告有关repo1,它会输出如下错误:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Users\Dynamsoft220\Desktop>e:
E:\>cd Jeremy\Git\gitstats
E:\Jeremy\Git\gitstats>python gitstats e:\Jeremy\Git\repo1 e:\Jeremy\Git\report
[0.08100] >> gnuplot --version
Output path: e:\Jeremy\Git\report
Git path: e:\Jeremy\Git\repo1
Collecting data...
[0.12600] >> git shortlog -s HEAD | wc -l
[0.08300] >> git show-ref --tags
[0.18100] >> git rev-list --pretty=format:"%at %ai %aN <%aE>" HEAD | grep -v ^co
mmit
[0.09300] >> git rev-list --pretty=format:"%at %T" HEAD | grep -v ^commit
Traceback (most recent call …
Run Code Online (Sandbox Code Playgroud)

windows git

8
推荐指数
2
解决办法
1851
查看次数

标签 统计

git ×1

windows ×1