Why is there an error installing gittfs?

I use the following command through choclaty to install gittfs.

cinst gittfs

Everything seems to be in order until the following error occurs:

Write-Error : gittfs did not finish successfully. Boo to the chocolatey gods!
-----------------------
[ERROR] Cannot bind argument to parameter 'Path' because it is an empty string.
-----------------------

Indeed, what path parameter do they say?

+3
source share
1 answer

This is a known issue in chocolate v0.9.8.23, which occurs when you install it and don’t close or reopen the shell. See https://github.com/chocolatey/chocolatey/issues/371 for more details .

As a workaround, you just need to close and reopen the shell.

+4
source

All Articles