本文介绍了无法用TortoiseGit检查差异:“致命的:空字符串不是有效的pathspec”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



现在,当我尝试检查差异时,我有两个这样的问题:错误在窗口中:

我点击确定,然后其他窗口的错误是:

我点击确定,它不会在工作树差异中显示任何错误。



Git.exe位于:

路径在Tortoisegit的常规菜单(设置)中正确设置。



任何人都知道如何解决这个问题?感谢。

解决方案

TortoiseGit 2.5尚未完全兼容Git 2.16。请参阅和相应的错误报告:



最新的预览版本已经包含修正:



更新:使用最新的稳定版本的TortoiseGit:


Currently, I did a re-installation of my windows 10. I also installed Git and TortoiseGit.

Right now when I try to check diffs I have theses two errors in a window:

I click ok, then the other window error is:

I click ok and it does not show me any errors in the "working tree" diffs.

Git.exe is in :

And the path is set correctly in the General menu (settings) of Tortoisegit.

Anyone know how to fix this issue ? Thanks.

解决方案

TortoiseGit 2.5 is not yet fully compatible to Git 2.16. See https://TortoiseGit.org and the corresponding bug report: https://TortoiseGit.org/issue/3138

The latest preview release already contains a fix: https://download.tortoisegit.org/tgit/previews/

Update: Use the latest stable version of TortoiseGit: https://tortoisegit.org/download/

这篇关于无法用TortoiseGit检查差异:“致命的:空字符串不是有效的pathspec”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-25 04:22