gh-net icon indicating copy to clipboard operation
gh-net copied to clipboard

A network bridge between a Codespace and a local machine.

Results 35 gh-net issues
Sort by recently updated
recently updated
newest added

Currently we support `Apple silicon` architecture (ARM64) thru [Rosetta](https://support.apple.com/en-us/HT211861). This issue tracks work to support `Apple silicon` natively.

enhancement
mac-osx
arm64

Support a `.ghnetrc` config file (exact name TBD). This file must override [CLI argument](https://github.com/github/gh-net#cli-options) defaults.

enhancement

Cached GitHub token does not have required permissions. ### 🔨 Workaround - Run `[sudo] gh auth refresh -s codespace` and login again.

known-issue

Most likely `SSH` connection was dropped or there was an intermittent network issue on your machine. The extension does not currently reconnect back automatically. This will be fixed in the...

enhancement
known-issue

The extension currently does not watch for changes in network configuration and hence does not detect new network interfaces or changes in interfaces config. This will be fixed in the...

enhancement
known-issue

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...

known-issue
unix

`Apline Linux` kernel queries a random nameserver as oppose to using nameservers in sequence as other Linux distros would do. This causes some of DNS requests to go past our...

linux
linux-alpine
known-issue

### 🔨 Workaround Add a firewall rule for the `~/.local/share/gh/extensions/gh-net/gh-net` binary. ### Step-by-steps instructions 1. Open `System Preferences` > `Security & Privacy` > `Firewall`: ![image](https://user-images.githubusercontent.com/1478800/165366049-f001312d-c6a6-463d-aa95-9139a5446278.png) 2. Click on the `lock`...

mac-osx
known-issue

Currently, for `docker-in-docker` setups, DNS resolution will fail since some clients will try to resolve DNS hostname within a nested container which unaware of Codespace nameservers or (stub) resolvers. We...

enhancement
linux
dns
docker-in-docker

If I run the following command: ``` RUST_BACKTRACE=full gh net ``` I get the following output: ``` No such file or directory (os error 2) thread 'main' panicked at 'byte...

bug
enhancement
p1