gh-net
gh-net copied to clipboard
[unix]: `Permissions denied` error an a stack trace immediately after starting the extension
Most likely you forgot to use sudo to run the extension. Sudo privileges are required for binding to network sockets on local machine.
🔨 Workaround
- Run the extension with
sudo. If you still seeing the error after running the same command withsudo, please create a Bug report.