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
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 sudo in 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_cli on Windows.
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 thesnapp_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:
sudo
in Linux/Unix systems that could be utilized to grant the necessary permissions directly within the CLI.snapp_cli
on Windows.Related issues
The text was updated successfully, but these errors were encountered: