Troubleshooting
-
After installation / upgrade. Please close your consoles and open new ones.
- Same with error
Unauthorized. (Different gsudo.exe?).
- Same with error
-
Be sure you have configured your shell
-
Use
gsudo --debug {command}to see internal debug info. -
Search gsudo GitHub issues or create a new one if you have identified a problem.
-
Chat on gitter
-
Chat on Discord
Known issues
-
Do not install PowerShell as a .Net global tool (i.e. with
dotnet tool install --global PowerShell), because it uses a shim tool with unfixed issues. Install with any other official method instead, or withchoco install pwsh,winget install Microsoft.PowerShell. -
The elevated instances do not have access to the network shares connected on the non-elevated space. This is not a
gsudoissue but how Windows works. Use--copyNSto replicate Network Shares into the elevated session, but this is not bi-directional and it's interactive (may prompt for user/password). -
gsudo.execan be placed on a network share and invoked as\\server\share\gsudo {command}but doesn't work if your current folder is a network drive. For example do not map\\server\share\toZ:and thenZ:\>gsudo do-something.