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
in powershell 7.5.1 and the latest gsudo 2.6.0, cmd those params have spaces failed when executed by gsudo
for example:
ls "C:\Program Files" just work fine, but
gsudo ls "C:\Program Files", there is an error:
Get-ChildItem: Cannot find path 'C:\Program' because it does not exist.
the program split the quoted path to two part
the same problem occured when using mv, cp...
however, I test the powershell 5.1 and cmd, there are no problems;
I don't kown if it's a bug of powershell7.5.1 or gsudo, I decided to post a issue here