我安装了用于git可视化的Gource,并在cmd中的git存储库的根目录下运行gource,但是我收到了错误'gource' is not recognized as an internal or external command, operable program or batch file.
发布于 2021-11-12 17:14:20
例如,在Windows中,Gource安装在~\AppData\Local\Gource\gource.exe上。
如果您导航到git存储库的根目录,您可以简单地键入:
PowerShell中的~\AppData\Local\Gource\gource.exe。
否则,您可以将repo路径作为参数传递给用法描述:gource [options] [path]。
https://stackoverflow.com/questions/41122976
复制相似问题