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

The problems of Salla are endless. I faced these issues before I start doing anything #348

Open
NasrAlddeen opened this issue Apr 24, 2024 · 1 comment

Comments

@NasrAlddeen
Copy link

01
02

@codepods
Copy link

codepods commented Jun 7, 2024

Hello @NasrAlddeen,

Not sure if you are still facing the issues in the screenshots above, but the issues seem to be setup related rather than Salla related (I am just guessing, based on the screenshots as I do not have access to your machine).

As for the first screenshot, the issue seems to be due to PowerShell execution permissions (usually the execution policy in PowerShell is set to restricted by default - for security reasons). Therefore, changing the permissions might resolve the issue or you could try using Bash or Zsh instead of PowerShell.

Keep in mind that changing the execution policy can have security implications, so make sure that you understand the risks.
If you want to change the execution policy in PowerShell, you can do the following:
1- Lunch PowerShell as Administrator.
2- Run the following command:

Set-ExecutionPolicy RemoteSigned

As for the second screenshot, it seems you are trying to clone a repository that doesn't exist. So, make sure that the repo you are trying to clone does exist. In addition to verifying the repository's existence, ensure the correct repository URL is used.

Notes:

  1. You need to create an account on the Salla Dev Partners Portal before you can utilize the CLI properly.
  2. Make sure that you have installed all the required dependencies. You can find instructions for installing dependencies in the Salla documentation or installation guide (check the README file for the CLI and Theme Raed).
  3. Double check that you have set up Git correctly on your machine, and that you connected your GitHub account.

I hope this helps,
[Note: Not affiliated with Salla, just trying to help]

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