标签:cto code gnu 使用 没有 http user use git clone
github地址如下
clone地址
git clone https://github.com/hoxu/gitstats && cd $_
比如我的项目地址为 /Users/username/project
生成的地址为 /Users/username/project-git-result
gitstats /Users/username/project /Users/username/project-git-result
可能会提示(我的为 mac os)
env: python2: No such file or directory
可以进行 python2 的链接
sudo ln -sf /usr/bin/python2.7 /usr/local/bin/python2
如果没有安装 gunplot, 需要进行安装
brew install gnuplot
然后执行刚才的 gitstats 命令即可
标签:cto code gnu 使用 没有 http user use git clone
原文地址:https://www.cnblogs.com/asdfq/p/10994187.html