You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bash shims scoop creates for powershell scripts don't work if scoop is installed into a path with spaces. For example, here's the contents of my C:\Users\Nick Hutchinson\scoop\apps\scoop\shims\scoop:
Running scoop in a git-bash shell fails with the following error:
Program 'Nick' failed to run: No application is associated with the specified file for this operationAt line:1 char:1
+ C:\Users\Nick Hutchinson\scoop\apps\scoop\current\bin\scoop.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ C:\Users\Nick Hutchinson\scoop\apps\scoop\current\bin\scoop.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
The text was updated successfully, but these errors were encountered:
The bash shims scoop creates for powershell scripts don't work if scoop is installed into a path with spaces. For example, here's the contents of my
C:\Users\Nick Hutchinson\scoop\apps\scoop\shims\scoop
:Running
scoop
in a git-bash shell fails with the following error:The text was updated successfully, but these errors were encountered: