环境
Windows 11
git version 2.39.0.windows.1
TortoiseGit
现象
使用TortoiseGit执行git pull命令时,提示could not find UI helper 'git-credential-manager-ui'
通过搜索结果,git-credential-manager-ui.exe所在的路径是C:\Program Files\Git\mingw64\bin\
原因
可能是因为在TortoiseGit内部升级Git导致问题。
对策
从官网下载Git独立安装包。进行覆盖安装。