Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我运行git log命令(通常带有更多选项,在这里无关紧要),然后使用q. 但是,在我最近安装了 zsh 插件来显示最后一个命令返回码后,我发现这个命令以非零返回码退出。
git log
q
$ git log $ echo $? 141
为什么会发生这种情况,这是任何真正潜在问题的迹象,我该如何解决?