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
My Windows home directory contains a space, C:\Users\Firstname Lastname. When I try to run scoop in Git Bash, I get:
C:\Users\Firstname: The term 'C:\Users\Firstname' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
My Windows home directory contains a space,
C:\Users\Firstname Lastname
. When I try to run scoop in Git Bash, I get:In
~/scoop/shims/scoop
I have:If I change the double quotes to single quotes and add a backtick to escape the space, it works:
Note that this does not fix handling of paths containing spaces in arguments to scoop, which is broken even in powershell (see #3561).
The text was updated successfully, but these errors were encountered: