Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in dealing with Salla #62

Open
NasrAlddeen opened this issue Apr 24, 2024 · 3 comments
Open

Problem in dealing with Salla #62

NasrAlddeen opened this issue Apr 24, 2024 · 3 comments

Comments

@NasrAlddeen
Copy link

I'm trying to execute the following command by using VSCode but I can't do it. Although, when I execute the same command with CMD prompt, no errors accrue to me.

I've installed "Salla CLI" and also "Git" and "Node.js" and they all work fine except "Salla CLi" and I followed the videos in your YouTube channel but nothing new.

So, Is there any solution for this issue?!
0x

@Nabute
Copy link

Nabute commented Apr 25, 2024

Hello @NasrAlddeen,

Please follow the steps below to enable script execution on your Windows machine (assuming you are running Windows 11):

  1. Launch PowerShell as an Administrator.
  2. Enter the command Set-ExecutionPolicy Unrestricted.
  3. Press Enter to execute the command.
  4. Type A to confirm and allow the change.
  5. Finally, run the desired script.

@NasrAlddeen
Copy link
Author

NasrAlddeen commented Apr 25, 2024

I'm using Windows 10 and I found this solution previously and I did these steps, but this solution is not recommended by Windows system and my device may be damaged later, so I restored the system’s default commands.

Is there any safe method or solution other than these steps?

Is "Salla CLI" not reliable enough for systems to accept it and allow it to be installed and interacted with, or what?

@Nabute
Copy link

Nabute commented May 26, 2024

The Windows restriction policy on script execution is a security feature designed to protect you from running scripts from unknown sources. However, since you are familiar with Salla, this policy should not apply in this case. It's important not to generalize that any script other than Windows' own scripts is malicious or a security risk. At some point, you might need to run other CLIs, such as AWS, and I'm confident you will consider those as safe as the Salla CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants