git log 参数报错

错误信息

fatal: ambiguous argument 'origin': unknown revision or path not in the working tree

解决

因为版本不支持这个参数,需要查下当前系统的git版本,以及命令行中参数是哪个版本支持的。

以下命令查询当前系统版本。

$ git --version

再去官方文档中查询该参数版本。

https://git-scm.com/docs

参考

stackoverflow unknown revision or path not in the working tree

你可能感兴趣的:(git log 参数报错)