-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Issue: Windows User Permissions with snapp_cli
Several users have encountered issues when attempting to use the snapp_cli on Windows, particularly related to file access. Since the snapp_cli involves file operations, it's essential that users have the necessary permissions to avoid "Access Denied" errors.
Cause:
The issue appears to stem from insufficient administrator privileges when working with files through the CLI on Windows systems.
Proposed Solution:
- Investigate whether Windows has a functionality similar to
sudoin Linux/Unix systems that could be utilized to grant the necessary permissions directly within the CLI. - As an alternative, update the documentation to highlight this issue, advising users to run their terminal as an administrator when using the
snapp_clion Windows.
Related issues
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation