I am trying to use the balenca push command and it keeps comming up with this error.
C:\WINDOWS\system32>balena push AdBlocker
Packaging the project source…You don’t have enough privileges to run this operation.
Run a new Command Prompt as administrator and try running this command again.
If this is not the case, and you’re trying to burn an SDCard, check that the write lock is not set.
If you need help, don’t hesitate in contacting us at:
Logging in to balena-cloud.com
? How would you like to login? Web authorization (recommended)
Connecting to the web dashboard
Successfully logged in as: g_rahul_patel
Find out about the available commands by running:
$ balena help
If you need help, or just want to say hi, don’t hesitate in reaching out at:
C:\WINDOWS\system32>C:\balena-cli\balena push AdBlocker
| Packaging the project source…You don’t have enough privileges to run this operation.
Run a new Command Prompt as administrator and try running this command again.
If this is not the case, and you’re trying to burn an SDCard, check that the write lock is not set.
If you need help, don’t hesitate in contacting us at:
@Silver By taking a closer look at your prompt, is seems that you are trying to run the command from C:\WINDOWS\system32>, which is of course not a Balena application. Can you cd to the directory of the Balena application and run the command there?