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
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:
You need to create an account on the Salla Dev Partners Portal before you can utilize the CLI properly.
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).
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]
The text was updated successfully, but these errors were encountered: