当我执行git branch命令时,会发生以下情况(在 Windows 10 上使用 PowerShell):
git branch
> git branch error: cannot spawn more: No such file or directory develop * feat/sticky
这似乎不会阻止 Git 正常运行,但我很好奇为什么会发生此错误。
git
git ×1