我需要帮助让 git 扩展与 msysgit 一起运行。我对扩展 git-tfs 和 git-fetchall 运气不好,在这两种情况下都是同一个问题。该插件需要将文件放置在 git 可以找到的位置(git-tfs.exe 和 git-fetchall.sh)。我理解这意味着文件需要位于“PATH”环境变量中的目录中。在这两种情况下,我都陷入了困境:
$ git-diffall
bash: git-diffall: command not found
或者:
$ git-tfs
bash: git-tfs: command not found
当我从常规命令 shell 运行 echo %PATH% 时,它显示我的路径变量包括 git-diffall 和 git-tfs 所在的目录。我该如何调试这个,或者我错过了什么?msysgit 中有没有办法验证命令搜索路径是我所期望的?