When I execute the git branch command, the following happens (using PowerShell on Windows 10):
> git branch
error: cannot spawn more: No such file or directory
develop
* feat/sticky
This does not seem to prevent Git from functioning normally, but I am curious as to why this error happens.