github / gh-net

A network bridge between a Codespace and a local machine.
https://github.com/github/gh-net
286 stars 22 forks source link

[unix]: `Permissions denied` error an a stack trace immediately after starting the extension #13

Open legomushroom opened 2 years ago

legomushroom commented 2 years ago

Most likely you forgot to use sudo to run the extension. Sudo privileges are required for binding to network sockets on local machine.

🔨 Workaround